summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h')
-rw-r--r--third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h b/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
index a13f640..5ce4dd4 100644
--- a/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
+++ b/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
@@ -49,7 +49,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;
CrossfadeGeneratedImage(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize&);