| 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 4db59e4cd284349631bdac0ca7e959998f287e28..a09a4330a7e6f9e28c475b4cd966b285dd39d113 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| @@ -44,7 +44,7 @@ class PLATFORM_EXPORT GeneratedImage : public Image {
|
| // Assume that generated content has no decoded data we need to worry about
|
| void destroyDecodedData() override {}
|
|
|
| - sk_sp<SkImage> imageForCurrentFrame() override;
|
| + sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) override;
|
|
|
| protected:
|
| void drawPattern(GraphicsContext&,
|
|
|