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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_inline_node.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_inline_node.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
index 2c856ca814f7f0cb4d70bf40a7fba7a8285e1241..6dad8b6dd2bf57646f4b4387d325fae9c3704283 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
@@ -21,7 +21,7 @@ class ComputedStyle;
class LayoutObject;
class LayoutUnit;
class NGConstraintSpace;
-class NGFragmentBase;
+class NGFragment;
class NGLayoutAlgorithm;
class NGLayoutInlineItem;
class NGLayoutInlineItemRange;
@@ -34,7 +34,7 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
NGInlineNode(LayoutObject* start_inline, ComputedStyle* block_style);
~NGInlineNode() override;
- bool Layout(NGConstraintSpace*, NGFragmentBase**) override;
+ bool Layout(NGConstraintSpace*, NGFragment**) override;
bool LayoutInline(NGConstraintSpace*, NGLineBuilder*);
NGInlineNode* NextSibling() override;

Powered by Google App Engine
This is Rietveld 408576698