| Index: third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h
 | 
| diff --git a/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h
 | 
| index 8ad0fff8b499b22c2ba646b0fb50e4dfaef388ef..06fe3e95324ddfa3fdf158cf4c8856ec0110e86f 100644
 | 
| --- a/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h
 | 
| +++ b/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h
 | 
| @@ -49,10 +49,11 @@ class PLATFORM_EXPORT AcceleratedStaticBitmapImage final
 | 
|              ImageClampingMode) override;
 | 
|  
 | 
|    void copyToTexture(WebGraphicsContext3DProvider*,
 | 
| +                     GLenum destTarget,
 | 
|                       GLuint destTextureId,
 | 
| -                     GLenum destInternalFormat,
 | 
| -                     GLenum destType,
 | 
| -                     bool flipY) override;
 | 
| +                     bool flipY,
 | 
| +                     const IntPoint& destPoint,
 | 
| +                     const IntRect& sourceSubRectangle) override;
 | 
|  
 | 
|    bool hasMailbox() final { return m_textureHolder->isMailboxTextureHolder(); }
 | 
|    // To be called on sender thread before performing a transfer
 | 
| 
 |