| 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 d6a157d7bd5a676a65c2ec9d17e779a8a6cbc676..9864fc2127b42c3134bca25965a1415ad4072e24 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.h
|
| @@ -14,7 +14,6 @@ namespace blink {
|
| class Font;
|
| class ShapeResult;
|
| class HarfBuzzShaper;
|
| -class LazyLineBreakIterator;
|
| enum class LineBreakType;
|
|
|
| // Shapes a line of text by finding the ideal break position as indicated by the
|
| @@ -44,10 +43,6 @@ class PLATFORM_EXPORT ShapingLineBreaker final {
|
| unsigned* break_offset);
|
|
|
| private:
|
| - unsigned PreviousBreakOpportunity(LazyLineBreakIterator*,
|
| - unsigned start,
|
| - unsigned offset);
|
| - unsigned NextBreakOpportunity(LazyLineBreakIterator*, unsigned offset);
|
|
|
| const HarfBuzzShaper* shaper_;
|
| const Font* font_;
|
|
|