| Index: third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h b/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
|
| index a13f640ff9761f1e83463de0be1f77a71527148d..5ce4dd41e6ad2c3631132111b705a7aebfc963b3 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&);
|
|
|
|
|