| Index: Source/core/rendering/svg/RenderSVGRoot.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGRoot.h b/Source/core/rendering/svg/RenderSVGRoot.h
|
| index 6e1fc8187b25bff9dbfee8f8d224d54b3f30d3b8..1c31b81d2a4f2acbd0ac8de5f2d3bb07eb852fac 100644
|
| --- a/Source/core/rendering/svg/RenderSVGRoot.h
|
| +++ b/Source/core/rendering/svg/RenderSVGRoot.h
|
| @@ -65,7 +65,6 @@ 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; }
|
|
|