| Index: public/web/WebDocument.h
|
| diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
|
| index f7ac20c973f88b8c04e22a829f7d2f8df1c98cf9..0ed3c25bde9ac15959c3e82432b2a4e2da82f11d 100644
|
| --- a/public/web/WebDocument.h
|
| +++ b/public/web/WebDocument.h
|
| @@ -114,12 +114,6 @@ public:
|
| BLINK_EXPORT WebDOMEvent createEvent(const WebString& eventType);
|
| BLINK_EXPORT WebReferrerPolicy referrerPolicy() const;
|
| BLINK_EXPORT WebElement createElement(const WebString& tagName);
|
| - // Shorthand of frame()->scrollOffset().
|
| - BLINK_EXPORT WebSize scrollOffset() const;
|
| - // Shorthand of frame()->minimumScrollOffset().
|
| - BLINK_EXPORT WebSize minimumScrollOffset() const;
|
| - // Shorthand of frame()->maximumScrollOffset().
|
| - BLINK_EXPORT WebSize maximumScrollOffset() const;
|
|
|
| // Accessibility support. These methods should only be called on the
|
| // top-level document, because one accessibility cache spans all of
|
|
|