| Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| index 396a5262e1d04ecaadcd06b4c8c74d6631aa0db0..ddb6f03f5b12f8b4f84a198e2d0cdaa77d546d88 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -254,6 +254,7 @@ class CORE_EXPORT LayoutFlexibleBox : public LayoutBlock {
|
|
|
| // This is SizeIsUnknown outside of layoutBlock()
|
| mutable SizeDefiniteness m_hasDefiniteHeight;
|
| + bool m_inLayout;
|
| };
|
|
|
| DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutFlexibleBox, isFlexibleBox());
|
|
|