| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index 49c8fd51a4f6541f12ddaa9e7295c34aba161a88..0f73e71f2bfdf2ea81033d14418d0ec145e8998f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -85,6 +85,7 @@ static const unsigned backgroundObscurationTestMaxDepth = 4;
|
|
|
| struct SameSizeAsLayoutBox : public LayoutBoxModelObject {
|
| LayoutRect frameRect;
|
| + LayoutSize previousSize;
|
| LayoutUnit intrinsicContentLogicalHeight;
|
| LayoutRectOutsets marginBoxOutsets;
|
| LayoutUnit preferredLogicalWidth[2];
|
|
|