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

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

Issue 2764753007: [LayoutNG] Add NGLineBoxFragment (Closed)
Patch Set: Rebase again as other CLs landed faster 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 0b1b4fc2a012753d6425c1a9e7814412d234ff65..451c3f3550db1f98901ea889d8adabb6d25bdb49 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