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

Unified Diff: public/platform/WebLayer.h

Issue 215033003: Remove WebLayer::maxScrollPosition(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove WebLayer::maxScrollPosition(). Created 6 years, 9 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/tests/ScrollingCoordinatorChromiumTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayer.h
diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
index 046b98021de00fbbac2fa6a35a664b09418c725b..5026e0d80cfcf712d983c14ad6c6b03661d4d2b7 100644
--- a/public/platform/WebLayer.h
+++ b/public/platform/WebLayer.h
@@ -173,8 +173,6 @@ public:
virtual void setScrollPosition(WebPoint) = 0;
virtual WebPoint scrollPosition() const = 0;
- virtual WebSize maxScrollPosition() const = 0;
-
// To set a WebLayer as scrollable we must specify the corresponding clip layer.
virtual void setScrollClipLayer(WebLayer*) = 0;
virtual bool scrollable() const = 0;
« no previous file with comments | « Source/web/tests/ScrollingCoordinatorChromiumTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698