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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.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_text_layout_algorithm.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
index 8d5c3cdb57c225f39790ce80238e71a883a77742..2b22c3b36079bd9f5323c1eff5baaf31f041e387 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
@@ -31,8 +31,8 @@ class CORE_EXPORT NGTextLayoutAlgorithm : public NGLayoutAlgorithm {
NGConstraintSpace* space,
NGBreakToken* break_token = nullptr);
- NGLayoutStatus Layout(NGPhysicalFragmentBase*,
- NGPhysicalFragmentBase**,
+ NGLayoutStatus Layout(NGPhysicalFragment*,
+ NGPhysicalFragment**,
NGLayoutAlgorithm**) override;
bool LayoutInline(NGLineBuilder*);

Powered by Google App Engine
This is Rietveld 408576698