Add .mskp file to binary format (flutter/engine#12454)

Fixes https://bugs.chromium.org/p/skia/issues/detail?id=9467
This commit is contained in:
liyuqian 2019-09-26 11:09:47 -07:00 committed by GitHub
parent e44a27a339
commit 92dda0b588
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
Signature: d510e80277a674c258a08394950ac485
Signature: a7021ed1fe0bdedbfa3f76fcc6927f10

View File

@ -202,6 +202,7 @@ FileType identifyFile(String name, Reader reader) {
case '.pdf': return FileType.binary; // PDF
case '.emf': return FileType.binary; // Windows enhanced metafile format
case '.skp': return FileType.binary; // Skia picture format
case '.mskp': return FileType.binary; // Skia picture format
// Videos
case '.ogg': return FileType.binary; // Ogg media
case '.mp4': return FileType.binary; // MPEG media