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

Unified Diff: cc/layer.cc

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
Index: cc/layer.cc
diff --git a/cc/layer.cc b/cc/layer.cc
index b08bbcdaa86d8acc77cc23998354c4582f5a5bce..23f75d8bbce2893ba7a97cfcf5808af1088aad9f 100644
--- a/cc/layer.cc
+++ b/cc/layer.cc
@@ -18,6 +18,7 @@
namespace cc {
+const int Layer::s_invalidLayerId = -1;
static int s_nextLayerId = 1;
scoped_refptr<Layer> Layer::create()

Powered by Google App Engine
This is Rietveld 408576698