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

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

Issue 2764753007: [LayoutNG] Add NGLineBoxFragment (Closed)
Patch Set: Created 3 years, 9 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_physical_text_fragment.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_text_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_text_fragment.h
index ad9540e9ffa6ff687d202d71916a231e1937b470..3316110d55193c402ac77bee039beb82dc3546b9 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_physical_text_fragment.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_text_fragment.h
@@ -21,9 +21,8 @@ class CORE_EXPORT NGPhysicalTextFragment final : public NGPhysicalFragment {
unsigned item_index,
unsigned start_offset,
unsigned end_offset,
- NGPhysicalSize size,
- NGPhysicalSize overflow)
- : NGPhysicalFragment(layout_object, size, overflow, kFragmentText),
+ NGPhysicalSize size)
+ : NGPhysicalFragment(layout_object, size, kFragmentText),
node_(node),
item_index_(item_index),
start_offset_(start_offset),

Powered by Google App Engine
This is Rietveld 408576698