| Index: Source/platform/graphics/BitmapImage.h
|
| diff --git a/Source/platform/graphics/BitmapImage.h b/Source/platform/graphics/BitmapImage.h
|
| index 79af289fa25992d21d66a8311f6dadcffec2d736..d7920d973164cf83a3c420e62e2bc8070978c030 100644
|
| --- a/Source/platform/graphics/BitmapImage.h
|
| +++ b/Source/platform/graphics/BitmapImage.h
|
| @@ -103,7 +103,7 @@ protected:
|
| BitmapImage(PassRefPtr<NativeImageSkia>, ImageObserver* = 0);
|
| BitmapImage(ImageObserver* = 0);
|
|
|
| - void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, WebBlendMode, RespectImageOrientationEnum) override;
|
| + void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, SkXfermode::Mode, RespectImageOrientationEnum) override;
|
|
|
| size_t currentFrame() const { return m_currentFrame; }
|
| size_t frameCount();
|
|
|