| 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 4f3d5f5da77491261e04f73471175e0a6bc13b95..42bb69bca4d488601b47e97c842393d67e3bd084 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;
|
|
|