| Index: third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GeneratedImage.h b/third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| index fadc7551fe81729c111f2b9ddcca42ba45b21324..1b024e2e025509ed99937709cc2c2e7f06aa2889 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| @@ -44,7 +44,7 @@ public:
|
| // Assume that generated content has no decoded data we need to worry about
|
| void destroyDecodedData() override { }
|
|
|
| - PassRefPtr<SkImage> imageForCurrentFrame() override;
|
| + PassRefPtr<SkImage> imageForCurrentFrame(WebGraphicsContext3DProvider* = nullptr) override;
|
|
|
| protected:
|
| void drawPattern(GraphicsContext&, const FloatRect&,
|
|
|