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(); |