| 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(); }
|
|
|