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 bb33b0f1acc920d40815f6d07966e9a5bf4dc27e..274eb4eac615df0004744127860567e298ced0b2 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 |
@@ -28,7 +28,8 @@ class CORE_EXPORT NGPhysicalTextFragment final : public NGPhysicalFragment { |
out_of_flow_descendants, |
Vector<NGStaticPosition> out_of_flow_positions, |
Vector<Persistent<NGFloatingObject>>& unpositioned_floats, |
- Vector<Persistent<NGFloatingObject>>& positioned_floats) |
+ Vector<Persistent<NGFloatingObject>>& positioned_floats, |
+ NGBreakToken* break_token) |
: NGPhysicalFragment(layout_object, |
size, |
overflow, |
@@ -36,7 +37,8 @@ class CORE_EXPORT NGPhysicalTextFragment final : public NGPhysicalFragment { |
out_of_flow_descendants, |
out_of_flow_positions, |
unpositioned_floats, |
- positioned_floats), |
+ positioned_floats, |
+ break_token), |
node_(node), |
item_index_(item_index), |
start_offset_(start_offset), |