Index: third_party/WebKit/Source/core/layout/LayoutGrid.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.h b/third_party/WebKit/Source/core/layout/LayoutGrid.h |
index c7885c8969f08726eb6406fcb63f68bb5c1bdfad..a9a770531b18ea25e0ce0c9dad75cb15447c908e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h |
@@ -213,6 +213,9 @@ private: |
LayoutUnit m_minContentHeight { -1 }; |
LayoutUnit m_maxContentHeight { -1 }; |
+ |
+ int m_smallestRowStart; |
+ int m_smallestColumnStart; |
}; |
DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutGrid, isLayoutGrid()); |