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

Unified Diff: sky/engine/platform/graphics/Image.h

Issue 752463002: Remove unused WebMIMERegistry (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/platform/MIMETypeRegistry.cpp ('k') | sky/engine/platform/graphics/Image.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/Image.h
diff --git a/sky/engine/platform/graphics/Image.h b/sky/engine/platform/graphics/Image.h
index 2aece7618a98d423116147f6f7a8a51c61ace4b5..2f4c0b428bea00856066ea243454c20dedfa917b 100644
--- a/sky/engine/platform/graphics/Image.h
+++ b/sky/engine/platform/graphics/Image.h
@@ -62,7 +62,6 @@ public:
virtual ~Image();
static PassRefPtr<Image> loadPlatformResource(const char* name);
- static bool supportsType(const String&);
virtual bool isBitmapImage() const { return false; }
virtual bool currentFrameKnownToBeOpaque() = 0;
« no previous file with comments | « sky/engine/platform/MIMETypeRegistry.cpp ('k') | sky/engine/platform/graphics/Image.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698