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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_constraint_space.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_constraint_space.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
index ddfdd8c00dd64fa554edbed6d0943e961e3c4af9..ccbe235e943272929795f4aa43b1dd563aef0b45 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
@@ -14,7 +14,7 @@
namespace blink {
class LayoutBox;
-class NGFragment;
+class NGBoxFragment;
class NGLayoutOpportunityIterator;
// TODO(glebl@): unused, delete.
@@ -107,7 +107,7 @@ class CORE_EXPORT NGConstraintSpace final
// Modifies constraint space to account for a placed fragment. Depending on
// the shape of the fragment this will either modify the inline or block
// size, or add an exclusion.
- void Subtract(const NGFragment*);
+ void Subtract(const NGBoxFragment*);
NGLayoutOpportunityIterator* LayoutOpportunities(
unsigned clear = kNGClearNone,

Powered by Google App Engine
This is Rietveld 408576698