| 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 3b45a08ffd4b208d7568673395d84bda7dec67bd..09f10ffbce40d183aea5f09b802c8dcb2ad1dda1 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
|
| @@ -80,7 +80,6 @@ public:
|
|
|
| PassRefPtr<AbstractInlineTextBox> nextInlineTextBox() const;
|
| LayoutRect localBounds() const;
|
| - LayoutRect absoluteBounds() const;
|
| unsigned len() const;
|
| Direction getDirection() const;
|
| void characterWidths(Vector<float>&) const;
|
|
|