Index: third_party/WebKit/Source/core/layout/LayoutBlock.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
index 77b763034f64a4c08d3b78b1202a49479cebcd05..dc44d453e21cef580b2f5ed2930f84dd10054bca 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
@@ -491,6 +491,7 @@ protected: |
unsigned m_hasPositionedObjects : 1; |
unsigned m_hasPercentHeightDescendants : 1; |
+ mutable unsigned m_heightAvailableToChildrenChanged : 1; |
mstensho (USE GERRIT)
2016/02/17 10:19:42
Please put this next to m_widthAvailableToChildren
|
// LayoutRubyBase objects need to be able to split and merge, moving their children around |
// (calling moveChildTo, moveAllChildrenTo, and makeChildrenNonInline). |
friend class LayoutRubyBase; |