| Index: Source/core/svg/graphics/SVGImage.h
|
| diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h
|
| index 387bc06b427421bcc60441d2e3bb49c6c125d77f..bdd5cb5622eaeadc5bb25458741ee89de46fb398 100644
|
| --- a/Source/core/svg/graphics/SVGImage.h
|
| +++ b/Source/core/svg/graphics/SVGImage.h
|
| @@ -79,8 +79,8 @@ private:
|
|
|
| // FIXME: SVGImages are underreporting decoded sizes and will be unable
|
| // to prune because these functions are not implemented yet.
|
| - virtual void destroyDecodedData(bool) { }
|
| - virtual unsigned decodedSize() const { return 0; }
|
| + virtual void destroyDecodedData() OVERRIDE { }
|
| + virtual unsigned decodedSize() const OVERRIDE { return 0; }
|
|
|
| // FIXME: Implement this to be less conservative.
|
| virtual bool currentFrameKnownToBeOpaque() OVERRIDE { return false; }
|
|
|