Index: third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h |
index 05ea96c7edb5e012fa37ca0acdc8dc785346ac8d..40ba819bc5ffb46ceeb6d10b729226ee90e2ec5a 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h |
@@ -68,7 +68,7 @@ private: |
{ |
} |
- void destroyDecodedData(bool) override { } |
+ void destroyDecodedData() override { } |
SVGImage* m_image; |
const FloatSize m_containerSize; |