| Index: third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineTextBox.h b/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| index 4eed61844e1fe9c23f5df65eb14dbaf004d9ddb8..511c7e4faac00fd655e8a7d7ba900e709f032e63 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| @@ -100,6 +100,7 @@ public:
|
|
|
| String text() const;
|
|
|
| + void transformText();
|
| public:
|
| TextRun constructTextRunForInspector(const ComputedStyle&) const;
|
| LayoutRect calculateBoundaries() const override { return LayoutRect(x(), y(), width(), height()); }
|
|
|