| Index: third_party/WebKit/Source/core/html/HTMLElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| index 10333a4b80021705a01022677d629d53dd7c1060..be0d50ff4d5cb495f6d7d8575d0bb3e0bddc7124 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| @@ -107,13 +107,6 @@ public:
|
|
|
| virtual String altText() const { return String(); }
|
|
|
| - int offsetLeftForBinding();
|
| - int offsetTopForBinding();
|
| - int offsetWidthForBinding();
|
| - int offsetHeightForBinding();
|
| -
|
| - Element* unclosedOffsetParent();
|
| -
|
| protected:
|
| HTMLElement(const QualifiedName& tagName, Document&, ConstructionType);
|
|
|
|
|