| 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 66adff4fc6ea3d67301d7c892fbc913b03e54831..8c0650a7a8618ae6135e7374484fc56d200825c4 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| @@ -127,7 +127,7 @@ class CORE_EXPORT InlineTextBox : public InlineBox {
|
|
|
| public:
|
| TextRun constructTextRunForInspector(const ComputedStyle&) const;
|
| - LayoutRect calculateBoundaries() const override {
|
| + LayoutRect frameRect() const {
|
| return LayoutRect(x(), y(), width(), height());
|
| }
|
|
|
|
|