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

Unified Diff: cc/layer.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: Incorporate device scale factor, default to 0 totalSize when no root scroll layer. Created 7 years, 9 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
« no previous file with comments | « cc/cc.gyp ('k') | cc/layer.cc » ('j') | cc/layer_tree_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer.h
diff --git a/cc/layer.h b/cc/layer.h
index 2a654d9499b5d9d28285d4e440937578a05f809e..b69681a1fd0c17c7dfb4e37ad33b19c7386a9a0a 100644
--- a/cc/layer.h
+++ b/cc/layer.h
@@ -54,6 +54,7 @@ public:
static scoped_refptr<Layer> create();
+ static const int s_invalidLayerId;
enne (OOO) 2013/03/11 21:08:24 Can you make this an enum to not require storage f
wjmaclean 2013/03/12 16:13:07 Yes, good idea!
int id() const;
Layer* rootLayer();
« no previous file with comments | « cc/cc.gyp ('k') | cc/layer.cc » ('j') | cc/layer_tree_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698