| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.h
|
| index 18938cb7c3377f2a067261ac7a09611381f806d6..75fecc1565993f54600cc8bbb06fd791a7e9b2df 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.h
|
| @@ -45,6 +45,9 @@ class PLATFORM_EXPORT ShapingLineBreaker final {
|
| unsigned* break_offset);
|
|
|
| private:
|
| + PassRefPtr<ShapeResult> ShapeToEnd(unsigned start,
|
| + LayoutUnit start_position,
|
| + unsigned range_end);
|
|
|
| const HarfBuzzShaper* shaper_;
|
| const Font* font_;
|
|
|