| Index: third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutText.h b/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| index 1650ef86c043ca913691dc0744119f1be19f94d7..449d28c9bdb36f1e923db1d534630037cdc362d6 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| @@ -154,6 +154,11 @@ public:
|
| return toText()->minLogicalWidth();
|
| }
|
|
|
| + void applyTextTransformFromTo(int from, int len, const ComputedStyle* style)
|
| + {
|
| + toText()->applyTextTransformFromTo(from, len, style);
|
| + }
|
| +
|
| private:
|
| LayoutText* toText() { return toLayoutText(layoutObject()); }
|
| const LayoutText* toText() const { return toLayoutText(layoutObject()); }
|
|
|