Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: public/web/WebDocument.h

Issue 1211003007: Remove scroll offset methods from WebDocument, nothing uses them. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebDocument.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/web/WebDocument.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698