| Index: Source/platform/graphics/StaticBitmapImage.h
|
| diff --git a/Source/platform/graphics/StaticBitmapImage.h b/Source/platform/graphics/StaticBitmapImage.h
|
| index cde33b02efd2991df77c04f4caf56d9caac7b253..7e92a52eadf4789c21a04569e8b13a8a6c347754 100644
|
| --- a/Source/platform/graphics/StaticBitmapImage.h
|
| +++ b/Source/platform/graphics/StaticBitmapImage.h
|
| @@ -17,7 +17,7 @@ public:
|
| virtual void destroyDecodedData(bool destroyAll) { }
|
| virtual bool currentFrameKnownToBeOpaque();
|
| virtual IntSize size() const;
|
| - 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;
|
|
|
|
|
| PassRefPtr<SkImage> skImage() override { return m_image; }
|
|
|