| 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..d448141a335c05703cea2e8845007a6eeb39cf0b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -485,6 +485,7 @@ protected:
|
| unsigned m_beingDestroyed : 1;
|
| unsigned m_hasMarkupTruncation : 1;
|
| unsigned m_widthAvailableToChildrenChanged : 1;
|
| + unsigned m_heightAvailableToChildrenChanged : 1;
|
| mutable unsigned m_hasOnlySelfCollapsingChildren : 1;
|
| mutable unsigned m_descendantsWithFloatsMarkedForLayout : 1;
|
|
|
|
|