| 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 e0126396032491a8a71876ef69f4bec95f6e2f0d..e397e3c692c443bcabc19aa309738bdf4fe50830 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -89,6 +89,7 @@ struct SameSizeAsLayoutBox : public LayoutBoxModelObject {
|
| LayoutRectOutsets marginBoxOutsets;
|
| LayoutUnit preferredLogicalWidth[2];
|
| void* pointers[3];
|
| + RefPtr<NGPhysicalBoxFragment> transitionToLayoutNG;
|
| };
|
|
|
| static_assert(sizeof(LayoutBox) == sizeof(SameSizeAsLayoutBox),
|
|
|