| Index: Source/platform/MIMETypeRegistry.h
|
| diff --git a/Source/platform/MIMETypeRegistry.h b/Source/platform/MIMETypeRegistry.h
|
| index fb4195ae6a493c2dab154098f03e3bfc3a9fa8f2..d6d69a33c7cd0676b7cf8f02222029e379c49fab 100644
|
| --- a/Source/platform/MIMETypeRegistry.h
|
| +++ b/Source/platform/MIMETypeRegistry.h
|
| @@ -48,6 +48,9 @@ public:
|
| // document in a frame.
|
| static bool isSupportedImageResourceMIMEType(const String& mimeType);
|
|
|
| + // Check to see if a mime type is suitable for being displayed as an image.
|
| + static bool isSupportedImagePrefixedMIMEType(const String& mimeType);
|
| +
|
| // Check to see if a mime type is suitable for being encoded.
|
| static bool isSupportedImageMIMETypeForEncoding(const String& mimeType);
|
|
|
|
|