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

Unified Diff: third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.h

Issue 2871173002: Add LazyLineBreakIterator::Next/PreviousBreakOpportunity() (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698