| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h | 
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h | 
| index df7b3718326281ddac221b242c7df2f946e82bd1..a87b1ad19591d10498b03a72aab4f6d9a2d1b6e9 100644 | 
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h | 
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h | 
| @@ -114,6 +114,8 @@ private: | 
| void updateCachedBoundaries(); | 
| void buildLocalToBorderBoxTransform(); | 
|  | 
| +    PositionWithAffinity positionForPoint(const LayoutPoint&) final; | 
| + | 
| LayoutObjectChildList m_children; | 
| IntSize m_containerSize; | 
| FloatRect m_objectBoundingBox; | 
|  |