| 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 7bac5d3330c05207d65fe47767ec41dec4c79697..10abe1456b7db78742a2a416f17a043412716c99 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -101,7 +101,7 @@ private:
|
| void destroyDecodedData(bool) override { }
|
|
|
| // FIXME: Implement this to be less conservative.
|
| - bool currentFrameKnownToBeOpaque() override { return false; }
|
| + bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override { return false; }
|
|
|
| SVGImage(ImageObserver*);
|
| void draw(SkCanvas*, const SkPaint&, const FloatRect& fromRect, const FloatRect& toRect, RespectImageOrientationEnum, ImageClampingMode) override;
|
|
|