| Index: third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h b/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
|
| index f04c97563fb69f96da9962b3ab86e5523b04110b..3b45a08ffd4b208d7568673395d84bda7dec67bd 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
|
| @@ -79,7 +79,8 @@ public:
|
| LineLayoutText getLineLayoutItem() const { return m_lineLayoutItem; }
|
|
|
| PassRefPtr<AbstractInlineTextBox> nextInlineTextBox() const;
|
| - LayoutRect bounds() const;
|
| + LayoutRect localBounds() const;
|
| + LayoutRect absoluteBounds() const;
|
| unsigned len() const;
|
| Direction getDirection() const;
|
| void characterWidths(Vector<float>&) const;
|
|
|