Index: cc/layer.h |
diff --git a/cc/layer.h b/cc/layer.h |
index 52fd7cad58e7f4b22371d024d110f0e6994c8ca6..5c28fdf60376c66de2dfe8d23d2788ef28c573ac 100644 |
--- a/cc/layer.h |
+++ b/cc/layer.h |
@@ -51,6 +51,10 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>, |
public LayerAnimationValueObserver { |
public: |
typedef std::vector<scoped_refptr<Layer> > LayerList; |
+ enum LayerIdLabels { |
+ INVALID_ID = -1, |
+ NOTUSED_ID = 0 |
enne (OOO)
2013/03/12 16:27:37
Can you add a PINCH_ZOOM_ROOT_SCROLL_LAYER_ID = -2
|
+ }; |
static scoped_refptr<Layer> Create(); |