| Index: Source/core/svg/graphics/SVGImageForContainer.h
|
| diff --git a/Source/core/svg/graphics/SVGImageForContainer.h b/Source/core/svg/graphics/SVGImageForContainer.h
|
| index 188cf00ec0887be94433ca17318f7e2dc4931935..98492bb860e960c9b3d3ff49ee188f6ad41b9d2f 100644
|
| --- a/Source/core/svg/graphics/SVGImageForContainer.h
|
| +++ b/Source/core/svg/graphics/SVGImageForContainer.h
|
| @@ -70,7 +70,6 @@ private:
|
| }
|
|
|
| virtual void destroyDecodedData(bool) OVERRIDE { }
|
| - virtual unsigned decodedSize() const OVERRIDE { return 0; }
|
|
|
| SVGImage* m_image;
|
| const FloatSize m_containerSize;
|
|
|