Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: public/platform/WebMimeRegistry.h

Issue 430583002: Add SVG as a picture supported mime type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Yet another changed approach Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/MIMETypeRegistry.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/platform/MIMETypeRegistry.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698