| Index: Source/core/svg/graphics/SVGImage.h
|
| diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h
|
| index b8843c51c32298ae30a38512eb819385b03716b3..9de716703f912f65bd621066557162c6b1624f10 100644
|
| --- a/Source/core/svg/graphics/SVGImage.h
|
| +++ b/Source/core/svg/graphics/SVGImage.h
|
| @@ -56,9 +56,6 @@ public:
|
|
|
| virtual bool currentFrameHasSingleSecurityOrigin() const OVERRIDE;
|
|
|
| - virtual bool hasRelativeWidth() const OVERRIDE;
|
| - virtual bool hasRelativeHeight() const OVERRIDE;
|
| -
|
| virtual void startAnimation(bool /*catchUpIfNecessary*/ = true) OVERRIDE;
|
| virtual void stopAnimation() OVERRIDE;
|
| virtual void resetAnimation() OVERRIDE;
|
|
|