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 873f98d7c169c06424f9eb7078d848c569c3b8a9..ae160a16e329f0ca2d1f3b3e0f36b1e7d34e5650 100644 |
--- a/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h |
+++ b/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h |
@@ -38,7 +38,7 @@ class PLATFORM_EXPORT AcceleratedStaticBitmapImage final |
bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override; |
IntSize size() const override; |
- sk_sp<SkImage> imageForCurrentFrame() override; |
+ sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) override; |
bool isTextureBacked() final { return true; } |
void draw(SkCanvas*, |
@@ -46,7 +46,8 @@ class PLATFORM_EXPORT AcceleratedStaticBitmapImage final |
const FloatRect& dstRect, |
const FloatRect& srcRect, |
RespectImageOrientationEnum, |
- ImageClampingMode) override; |
+ ImageClampingMode, |
+ const ColorBehavior&) override; |
void copyToTexture(WebGraphicsContext3DProvider*, |
GLuint destTextureId, |