Index: Source/core/rendering/svg/RenderSVGBlock.h |
diff --git a/Source/core/rendering/svg/RenderSVGBlock.h b/Source/core/rendering/svg/RenderSVGBlock.h |
index 2a1509f1cf148d6531da4feb931bc04eea319046..7c175352711667c2eebab36f38a8783e6b88ae18 100644 |
--- a/Source/core/rendering/svg/RenderSVGBlock.h |
+++ b/Source/core/rendering/svg/RenderSVGBlock.h |
@@ -49,11 +49,10 @@ protected: |
AffineTransform m_localTransform; |
+ virtual bool isOfType(RenderObjectType type) const OVERRIDE { return type == RenderObjectSVG || RenderBlockFlow::isOfType(type); } |
private: |
virtual void updateFromStyle() OVERRIDE FINAL; |
- virtual bool isSVG() const OVERRIDE FINAL { return true; } |
- |
virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL; |
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE FINAL; |