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