Chromium Code Reviews| Index: cc/layers/layer.h |
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
| index 711ae7152848cdf6c9951ece43f9f6c97303cba1..1f94371f8bf385707af9dcd61cb232e9bade87a8 100644 |
| --- a/cc/layers/layer.h |
| +++ b/cc/layers/layer.h |
| @@ -430,6 +430,10 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> { |
| void SetEffectTreeIndex(int index); |
| int effect_tree_index() const; |
| + // TODO(sunxd): remove this when we do not compute target space transforms on |
| + // main thread in tests |
|
ajuma
2016/07/22 18:29:40
Nit (here and elsewhere): Comments should be sente
sunxd
2016/07/22 20:25:03
Done.
|
| + int render_target_effect_tree_index() const; |
| + |
| void SetScrollTreeIndex(int index); |
| int scroll_tree_index() const; |