Index: Source/core/rendering/svg/RenderSVGImage.h |
diff --git a/Source/core/rendering/svg/RenderSVGImage.h b/Source/core/rendering/svg/RenderSVGImage.h |
index 506b06a44ad15ebbd27997e9a4ae4d193549588d..ce3c0d2e65565873111fa9a9d4fb5998139f35a8 100644 |
--- a/Source/core/rendering/svg/RenderSVGImage.h |
+++ b/Source/core/rendering/svg/RenderSVGImage.h |
@@ -51,8 +51,8 @@ private: |
virtual const AffineTransform& localToParentTransform() const OVERRIDE { return m_localTransform; } |
- virtual FloatRect objectBoundingBox() const { return m_objectBoundingBox; } |
- virtual FloatRect strokeBoundingBox() const { return m_objectBoundingBox; } |
+ virtual FloatRect objectBoundingBox() const OVERRIDE { return m_objectBoundingBox; } |
+ virtual FloatRect strokeBoundingBox() const OVERRIDE { return m_objectBoundingBox; } |
virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE { return m_repaintBoundingBox; } |
virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE; |