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

Unified Diff: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h

Issue 2776083002: enable fallback path (Closed)
Patch Set: use stream read Created 3 years, 9 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
Index: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
diff --git a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
index 2a203df8d7516239f60e4ef6d6dd298250e4811f..d6a7cec5c25b64d156aee4bfaa75ef34c948ccb2 100644
--- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
+++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
@@ -42,10 +42,11 @@ class PLATFORM_EXPORT StaticBitmapImage : public Image {
// Methods overrided by AcceleratedStaticBitmapImage only
virtual void copyToTexture(WebGraphicsContext3DProvider*,
- GLuint,
- GLenum,
GLenum,
- bool) {
+ GLuint,
+ bool,
+ const IntPoint&,
+ const IntRect&) {
NOTREACHED();
}
virtual void ensureMailbox() { NOTREACHED(); }

Powered by Google App Engine
This is Rietveld 408576698