未验证 提交 b126ba75 编写于 作者: L liyuqian 提交者: GitHub

Add .mskp file to binary format (#12454)

Fixes https://bugs.chromium.org/p/skia/issues/detail?id=9467
上级 b520d7fd
Signature: d510e80277a674c258a08394950ac485
Signature: a7021ed1fe0bdedbfa3f76fcc6927f10
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册