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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_line_builder.cc

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_line_builder.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_line_builder.cc b/third_party/WebKit/Source/core/layout/ng/ng_line_builder.cc
index f8cd32232a8cc39537106f0a160f74816c28e46b..4072fc23b773cfcb2b1198de88b902322b3e4ddb 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_line_builder.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_line_builder.cc
@@ -36,7 +36,7 @@ void NGLineBuilder::CreateLine() {
if (inline_box_->IsBidiEnabled())
BidiReorder();
- NGFragmentBuilder text_builder(NGPhysicalFragmentBase::kFragmentText);
+ NGFragmentBuilder text_builder(NGPhysicalFragment::kFragmentText);
text_builder.SetWritingMode(constraint_space_->WritingMode());
LayoutUnit inline_offset;
const Vector<NGLayoutInlineItem>& items = inline_box_->Items();

Powered by Google App Engine
This is Rietveld 408576698