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

Unified Diff: cc/layer_tree_host.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: Added missing files. Created 8 years 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 | « cc/cc.gyp ('k') | cc/layer_tree_host.cc » ('j') | cc/layer_tree_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host.h
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index 5c1ce68d759f4fb174708b7ee6792bbce1209f50..7224cdf9a274511f0cbad853778c3a97f4a8998d 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -47,6 +47,7 @@ class LayerTreeHostImplClient;
class PrioritizedResourceManager;
class ResourceUpdateQueue;
class HeadsUpDisplayLayer;
+class PinchZoomScrollbarLayer;
class Region;
struct ScrollAndScaleSet;
@@ -244,6 +245,8 @@ private:
scoped_refptr<Layer> m_rootLayer;
scoped_refptr<HeadsUpDisplayLayer> m_hudLayer;
+ scoped_refptr<PinchZoomScrollbarLayer> m_pinchZoomScrollbarVertical;
+ scoped_refptr<PinchZoomScrollbarLayer> m_pinchZoomScrollbarHorizontal;
scoped_ptr<PrioritizedResourceManager> m_contentsTextureManager;
scoped_ptr<PrioritizedResource> m_surfaceMemoryPlaceholder;
« no previous file with comments | « cc/cc.gyp ('k') | cc/layer_tree_host.cc » ('j') | cc/layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698