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

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

Issue 2612103004: [ng_layout] Rename NGFragmentBase,NGFragment,NGPhysicalFragment (Closed)
Patch Set: CR: rename ifdef guards Created 3 years, 11 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_layout_coordinator.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.h
index bf2615dab197f156356728444565a3e843f03cca..3fea30e5962b0c390cdc31ee46e91a96e1b3aef0 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.h
@@ -20,7 +20,7 @@ class CORE_EXPORT NGLayoutCoordinator final
public:
NGLayoutCoordinator(NGLayoutInputNode*, NGConstraintSpace*);
- bool Tick(NGPhysicalFragmentBase**);
+ bool Tick(NGPhysicalFragment**);
DECLARE_TRACE()
@@ -31,7 +31,7 @@ class CORE_EXPORT NGLayoutCoordinator final
private:
HeapVector<Member<NGLayoutAlgorithm>> layout_algorithms_;
- Member<NGPhysicalFragmentBase> fragment_;
+ Member<NGPhysicalFragment> fragment_;
};
}

Powered by Google App Engine
This is Rietveld 408576698