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

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

Issue 776743002: Make v8 inspector not crash (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/core/fetch/ImageResource.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 742513aee8dcb8506c12c96f39e831fd7292996a..c901a10064a260e22c91b6342e969fa074a95f3a 100644
--- a/sky/engine/platform/graphics/Image.h
+++ b/sky/engine/platform/graphics/Image.h
@@ -61,8 +61,6 @@ class PLATFORM_EXPORT Image : public RefCounted<Image> {
public:
virtual ~Image();
- static PassRefPtr<Image> loadPlatformResource(const char* name);
-
virtual bool isBitmapImage() const { return false; }
virtual bool currentFrameKnownToBeOpaque() = 0;
« no previous file with comments | « sky/engine/core/fetch/ImageResource.cpp ('k') | sky/engine/platform/graphics/Image.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698