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

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

Issue 2562703003: Make AlgorithmForInputNode use original constraint space (Closed)
Patch Set: Make AlgorithmForInputNode use container constraint space Created 4 years 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 6926e1d62949cd1d4ff5505b24a48b7765c0c642..bf2615dab197f156356728444565a3e843f03cca 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
@@ -18,7 +18,7 @@ class NGConstraintSpace;
class CORE_EXPORT NGLayoutCoordinator final
: public GarbageCollectedFinalized<NGLayoutCoordinator> {
public:
- NGLayoutCoordinator(NGLayoutInputNode*, const NGConstraintSpace*);
+ NGLayoutCoordinator(NGLayoutInputNode*, NGConstraintSpace*);
bool Tick(NGPhysicalFragmentBase**);

Powered by Google App Engine
This is Rietveld 408576698