| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| index 1b98f5a9352626222c1307ecec6156668b8b5d7f..eeb8487e30777736dbe4afb264511ce6917c0328 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -77,7 +77,7 @@ class CORE_EXPORT SVGImage final : public Image {
|
| void advanceAnimationForTesting() override;
|
| SVGImageChromeClient& chromeClientForTesting();
|
|
|
| - sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) override;
|
| + sk_sp<SkImage> imageForCurrentFrame() override;
|
|
|
| // Does the SVG image/document contain any animations?
|
| bool hasAnimations() const;
|
|
|