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

Unified Diff: webkit/compositor_bindings/web_layer_impl.h

Issue 11975007: Implement one-page-at-a-time mousewheel scrolling in the impl thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
Index: webkit/compositor_bindings/web_layer_impl.h
diff --git a/webkit/compositor_bindings/web_layer_impl.h b/webkit/compositor_bindings/web_layer_impl.h
index 5e159d9255e3dd0889521ec55227989f2794033f..76814d53bafc320b1c6d3defba8c16e7ae16836d 100644
--- a/webkit/compositor_bindings/web_layer_impl.h
+++ b/webkit/compositor_bindings/web_layer_impl.h
@@ -79,6 +79,8 @@ public:
virtual WebPoint scrollPosition() const OVERRIDE;
virtual void setMaxScrollPosition(WebSize) OVERRIDE;
virtual WebSize maxScrollPosition() const;
+ virtual void setVisibleScrollArea(WebSize) OVERRIDE;
jamesr 2013/03/06 23:50:37 We already have this information in cc (We need it
+ virtual WebSize visibleScrollArea() const;
virtual void setScrollable(bool) OVERRIDE;
virtual bool scrollable() const;
virtual void setHaveWheelEventHandlers(bool) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698