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