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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_box.h

Issue 2423263002: Create FloatingObject from NG Fragment in old Layout tree (Closed)
Patch Set: Created 4 years, 2 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/ng/ng_box.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_box.h b/third_party/WebKit/Source/core/layout/ng/ng_box.h
index a402ad24c2b1cde35a50da3d5d4b05ffe32b9f1e..fddb983a8e53464457c0c9ae5e9e325b521b3ec4 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_box.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_box.h
@@ -52,7 +52,7 @@ class CORE_EXPORT NGBox final : public GarbageCollectedFinalized<NGBox> {
// This is necessary for interop between old and new trees -- after our parent
// positions us, it calls this function so we can store the position on the
// underlying LayoutBox.
- void PositionUpdated();
+ void PositionUpdated(LayoutBox* parent);
bool CanUseNewLayout();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_box.cc » ('j') | third_party/WebKit/Source/core/layout/ng/ng_box.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698