| Index: third_party/WebKit/Source/platform/text/Hyphenation.h
|
| diff --git a/third_party/WebKit/Source/platform/text/Hyphenation.h b/third_party/WebKit/Source/platform/text/Hyphenation.h
|
| index bd86f5ae610c76c9eb71bf612134fbf6ba837d50..4b500d9411b378ddfbfb864ed70069f1ac90a82a 100644
|
| --- a/third_party/WebKit/Source/platform/text/Hyphenation.h
|
| +++ b/third_party/WebKit/Source/platform/text/Hyphenation.h
|
| @@ -21,6 +21,7 @@ public:
|
| static Hyphenation* get(const AtomicString& locale);
|
|
|
| virtual size_t lastHyphenLocation(const StringView&, size_t beforeIndex) const = 0;
|
| + virtual Vector<size_t, 8> hyphenLocations(const StringView&, size_t minimumPrefixLength, size_t minimumSuffixLength) const;
|
|
|
| static void setForTesting(const AtomicString& locale, PassRefPtr<Hyphenation>);
|
| static void clearForTesting();
|
|
|