Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1300)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.cpp

Issue 2695963005: WIP: redirect some LayoutBox methods to ng fragments
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698