| Index: third_party/WebKit/Source/core/layout/LayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| index 42e7fa333d08a1cfde7fba0fb0c0bf8b66559297..2629e8c7b6fb01c9a14a8c8eb13126bdae526030 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -180,6 +180,7 @@ public:
|
|
|
| float hyphenWidth(const Font&, TextDirection);
|
|
|
| + void applyTextTransformFromTo(int from, int len, const ComputedStyle*);
|
| protected:
|
| void willBeDestroyed() override;
|
|
|
|
|