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..ed806f584b7f162d612038925bdf17f38c9ca208 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(); |
+ FloatSize calculateIntrinsicSize() const; |
+ |
LayoutObjectChildList m_children; |
IntSize m_containerSize; |
FloatRect m_objectBoundingBox; |