| Index: third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h b/third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h
|
| index 58f55fd42b5edd82e6eee03ba7c7caeefa3d31d4..7a17ae334f38f707e4bf5e4d4029524c19ef6852 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h
|
| @@ -21,7 +21,7 @@ public:
|
| ~PaintGeneratedImage() override { }
|
|
|
| protected:
|
| - void draw(SkCanvas*, const SkPaint&, const FloatRect&, const FloatRect&, RespectImageOrientationEnum, ImageClampingMode) override;
|
| + void draw(SkCanvas*, const SkPaint&, const FloatRect&, const FloatRect&, bool imageSmoothingEnabled, RespectImageOrientationEnum, ImageClampingMode) override;
|
| void drawTile(GraphicsContext&, const FloatRect&) final;
|
|
|
| PaintGeneratedImage(PassRefPtr<SkPicture> picture, const IntSize& size)
|
|
|