Index: Source/core/svg/graphics/SVGImage.h |
diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h |
index 02e2ce1d2cb84e05c27f26b757ae76b76692c203..5fba20a2305ab93aba1af4f5bcf8066292d0fee7 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(CatchUpAnimation = CatchUp) OVERRIDE; |
virtual void stopAnimation() OVERRIDE; |
virtual void resetAnimation() OVERRIDE; |