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

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

Issue 2267383003: [LayoutNG] Introduces NGPhysicalConstraintSpace and makes NGConstraintSpace a "view". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: .. Created 4 years, 4 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 d2a5da95193bd52ce6211afe6440c7b00823b50b..7eab453de5f81f1e0c586f2cbf06906278d22bd4 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_box.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_box.h
@@ -29,7 +29,7 @@ class CORE_EXPORT NGBox final {
NGBoxIterator childIterator();
operator bool() const { return m_layoutBox; }
- NGFragment* layout(const NGConstraintSpace&);
+ NGFragment* layout(const NGConstraintSpace*);
const ComputedStyle* style() const;
NGBox nextSibling() const;

Powered by Google App Engine
This is Rietveld 408576698