Index: Source/core/rendering/svg/RenderSVGRoot.h |
diff --git a/Source/core/rendering/svg/RenderSVGRoot.h b/Source/core/rendering/svg/RenderSVGRoot.h |
index d5490440eba8e9bc88751f746555d47185206d5d..0d8c998b11e09f9d6246dae9ba2ffaa1eb46136e 100644 |
--- a/Source/core/rendering/svg/RenderSVGRoot.h |
+++ b/Source/core/rendering/svg/RenderSVGRoot.h |
@@ -57,6 +57,7 @@ public: |
virtual bool hasRelativeIntrinsicLogicalWidth() const OVERRIDE; |
virtual bool hasRelativeLogicalHeight() const OVERRIDE; |
+ virtual bool visibleForTouchAction() const OVERRIDE { return true; } |
// localToBorderBoxTransform maps local SVG viewport coordinates to local CSS box coordinates. |
const AffineTransform& localToBorderBoxTransform() const { return m_localToBorderBoxTransform; } |