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

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

Issue 2906233002: [LayoutNG] Use logical left of the line box to apply text-align (Closed)
Patch Set: Fix NGInlineLayoutAlgorithmTest.TextFloatsAroundFloatsBefore Created 3 years, 7 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/inline/ng_line_box_fragment_builder.h
diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.h
index aa09de1b1f6549ac7beeb06882516c74a993dc12..cc9ae0cae9d1e8ba03af5c906bdd4eecd8e432e7 100644
--- a/third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.h
+++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.h
@@ -34,8 +34,6 @@ class CORE_EXPORT NGLineBoxFragmentBuilder final {
void MoveChildrenInBlockDirection(LayoutUnit);
void MoveChildrenInBlockDirection(LayoutUnit, unsigned start, unsigned end);
- void MoveChildrenInInlineDirection(LayoutUnit delta);
-
const Vector<RefPtr<NGPhysicalFragment>>& Children() const {
return children_;
}

Powered by Google App Engine
This is Rietveld 408576698