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

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

Issue 2738163002: Enable CopyTextureCHROMIUM in Blink for Tex{Sub}Image2D with more cases (Closed)
Patch Set: rebase only--blink renaming and formatting Created 3 years, 8 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 98371efa9216b75e0cafc48b0d5ccc0d0b51fdca..383fef24ee2b27e4100376a313a724884af1ef5f 100644
--- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
+++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
@@ -41,10 +41,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