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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.h

Issue 11550035: Implement pinch-zoom scaling for main-frame scrollbars and pinch-zoom overlay scrollbars. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revised architecture - complete cl for comments on approach. Created 7 years, 10 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_compositor_support_impl.h
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.h b/webkit/compositor_bindings/web_compositor_support_impl.h
index d964613b2c70142c3a14e800d77ef775e52c250d..7acd828401ef11d18e5d95994bf0cd6fbc207f1c 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/compositor_bindings/web_compositor_support_impl.h
@@ -62,6 +62,10 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
virtual WebKit::WebTransformOperations*
createTransformOperations();
+ virtual void setDefaultWebScrollbarThemeGeometry(
+ WebKit::WebScrollbarThemeGeometry*) OVERRIDE;
+ virtual void setDefaultThemeUsesOverlayScrollbars(bool) OVERRIDE;
+
private:
scoped_refptr<base::MessageLoopProxy> impl_thread_message_loop_proxy_;
bool initialized_;

Powered by Google App Engine
This is Rietveld 408576698