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

Unified Diff: webkit/renderer/compositor_bindings/web_layer_impl.h

Issue 23983047: Pinch/Zoom Infrastructure & Plumbing CL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Draft for review. Created 7 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
Index: webkit/renderer/compositor_bindings/web_layer_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_layer_impl.h b/webkit/renderer/compositor_bindings/web_layer_impl.h
index abccf8f1581a801d179c02f55d0aefb790db7636..2fd9e9cf284eb0c7f3c3483135b2b7747d8e4cb7 100644
--- a/webkit/renderer/compositor_bindings/web_layer_impl.h
+++ b/webkit/renderer/compositor_bindings/web_layer_impl.h
@@ -97,9 +97,8 @@ class WebLayerImpl : public blink::WebLayer, public cc::LayerClient {
virtual void setForceRenderSurface(bool force);
virtual void setScrollPosition(blink::WebPoint position);
virtual blink::WebPoint scrollPosition() const;
- virtual void setMaxScrollPosition(blink::WebSize max_position);
virtual blink::WebSize maxScrollPosition() const;
- virtual void setScrollable(bool scrollable);
+ virtual void setScrollable(blink::WebLayer* clip_layer);
virtual bool scrollable() const;
virtual void setUserScrollable(bool horizontal, bool vertical);
virtual bool userScrollableHorizontal() const;

Powered by Google App Engine
This is Rietveld 408576698