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

Unified Diff: sky/engine/public/platform/WebLayer.h

Issue 722063002: Remove moar composited scrolling from sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | sky/viewer/cc/web_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/WebLayer.h
diff --git a/sky/engine/public/platform/WebLayer.h b/sky/engine/public/platform/WebLayer.h
index 028b8ab1910c3652809466754b55549ad45b3c6a..471c03b565ec6b6defb92b4c4f8ef09248ef7576 100644
--- a/sky/engine/public/platform/WebLayer.h
+++ b/sky/engine/public/platform/WebLayer.h
@@ -166,21 +166,6 @@ public:
// To set a WebLayer as scrollable we must specify the corresponding clip layer.
virtual void setScrollClipLayer(WebLayer*) = 0;
- virtual bool scrollable() const = 0;
- virtual void setUserScrollable(bool horizontal, bool vertical) = 0;
- virtual bool userScrollableHorizontal() const = 0;
- virtual bool userScrollableVertical() const = 0;
-
- virtual void setHaveWheelEventHandlers(bool) = 0;
- virtual bool haveWheelEventHandlers() const = 0;
-
- virtual void setHaveScrollEventHandlers(bool) = 0;
- virtual bool haveScrollEventHandlers() const = 0;
-
- virtual void setShouldScrollOnMainThread(bool) = 0;
- virtual bool shouldScrollOnMainThread() const = 0;
-
- virtual void setNonFastScrollableRegion(const WebVector<WebRect>&) = 0;
// The scroll client is notified when the scroll position of the WebLayer
// changes. Only a single scroll client can be set for a WebLayer at a time.
« no previous file with comments | « no previous file | sky/viewer/cc/web_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698