| 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 5adc7a4cb562fbfa107c06c22972f1ca4785f903..9c586eaf8929d3f1488cd42f92eb8a1a95275055 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -99,7 +99,7 @@ private:
|
|
|
| // FIXME: SVGImages are underreporting decoded sizes and will be unable
|
| // to prune because these functions are not implemented yet.
|
| - void destroyDecodedData(bool) override { }
|
| + void destroyDecodedData() override { }
|
|
|
| // FIXME: Implement this to be less conservative.
|
| bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override { return false; }
|
|
|