| Index: third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.h b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| index 08d0bb729221a21bd0c35e623f104b4f613f9516..502e4e1b5f82935fb63c6fe0d18b0c5960099aac 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -144,7 +144,6 @@ public:
|
| // itemComputedStyle() returns nullptr only if the owner Document is not
|
| // active. So, It returns a valid object when we open a popup.
|
| const ComputedStyle* itemComputedStyle(Element&) const;
|
| - IntRect elementRectRelativeToViewport() const;
|
| // Text starting offset in LTR.
|
| LayoutUnit clientPaddingLeft() const;
|
| // Text starting offset in RTL.
|
|
|