| 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 ed806f584b7f162d612038925bdf17f38c9ca208..f6cab908894b02f39370527db8f2238dd29a0a96 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| @@ -116,6 +116,8 @@ private:
|
|
|
| FloatSize calculateIntrinsicSize() const;
|
|
|
| + PositionWithAffinity positionForPoint(const LayoutPoint&) final;
|
| +
|
| LayoutObjectChildList m_children;
|
| IntSize m_containerSize;
|
| FloatRect m_objectBoundingBox;
|
|
|