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 77657e21e521738d312036fe70674f3969512efb..3abec1c56366c9ee355ccaf5e7cb1dc50b4970b0 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h |
@@ -78,7 +78,7 @@ class CORE_EXPORT SVGImage final : public Image { |
void advanceAnimationForTesting() override; |
SVGImageChromeClient& chromeClientForTesting(); |
- sk_sp<SkImage> imageForCurrentFrame() override; |
+ sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) override; |
// Does the SVG image/document contain any animations? |
bool hasAnimations() const; |
@@ -125,7 +125,8 @@ class CORE_EXPORT SVGImage final : public Image { |
const FloatRect& fromRect, |
const FloatRect& toRect, |
RespectImageOrientationEnum, |
- ImageClampingMode) override; |
+ ImageClampingMode, |
+ const ColorBehavior&) override; |
void drawForContainer(SkCanvas*, |
const SkPaint&, |
const FloatSize, |