Index: Source/platform/graphics/GradientGeneratedImage.h |
diff --git a/Source/platform/graphics/GradientGeneratedImage.h b/Source/platform/graphics/GradientGeneratedImage.h |
index 82bd42e14d231ce8615cdd15c2b8e6d19b2b91f7..220a602ebb47307d3eac98516ee3e57479bc4fa3 100644 |
--- a/Source/platform/graphics/GradientGeneratedImage.h |
+++ b/Source/platform/graphics/GradientGeneratedImage.h |
@@ -47,9 +47,8 @@ public: |
} |
protected: |
- void draw(GraphicsContext*, const FloatRect&, const FloatRect&, |
- SkXfermode::Mode, RespectImageOrientationEnum) override; |
- virtual void drawTile(GraphicsContext*, const FloatRect&) final; |
+ void draw(SkCanvas*, const SkPaint&, const FloatRect&, const FloatRect&, RespectImageOrientationEnum, bool shouldClampToSourceRect) override; |
+ void drawTile(GraphicsContext*, const FloatRect&) final; |
GradientGeneratedImage(PassRefPtr<Gradient> generator, const IntSize& size) |
: GeneratedImage(size) |