| Index: public/platform/WebMimeRegistry.h
|
| diff --git a/public/platform/WebMimeRegistry.h b/public/platform/WebMimeRegistry.h
|
| index f2c9ed8581aa767e43e64480b8bd3eefc0255dc2..91c901ab01711aa28fcf7f4db2fef173e11df458 100644
|
| --- a/public/platform/WebMimeRegistry.h
|
| +++ b/public/platform/WebMimeRegistry.h
|
| @@ -43,6 +43,7 @@ public:
|
|
|
| virtual SupportsType supportsMIMEType(const WebString& mimeType) = 0;
|
| virtual SupportsType supportsImageMIMEType(const WebString& mimeType) = 0;
|
| + virtual SupportsType supportsImagePrefixedMIMEType(const WebString& mimeType) = 0;
|
| virtual SupportsType supportsJavaScriptMIMEType(const WebString& mimeType) = 0;
|
| virtual SupportsType supportsMediaMIMEType(const WebString& mimeType, const WebString& codecs, const WebString& keySystem) = 0;
|
|
|
|
|