Index: third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h |
diff --git a/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h b/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h |
index e2e493a8fc8fc769778ab7888e1d6aa6364bf46b..4a4f21914270c0614c405a59a5c067849eb52742 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h |
+++ b/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h |
@@ -46,7 +46,7 @@ public: |
protected: |
void draw(SkCanvas*, const SkPaint&, const FloatRect&, const FloatRect&, RespectImageOrientationEnum, ImageClampingMode) override; |
- void drawTile(GraphicsContext*, const FloatRect&) final; |
+ void drawTile(GraphicsContext&, const FloatRect&) final; |
GradientGeneratedImage(PassRefPtr<Gradient> generator, const IntSize& size) |
: GeneratedImage(size) |