Index: cc/layers/layer.h |
diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
index 94f827139fe9205e7a3df7468287e7b84224e65b..f4f96cb248c5bf9eb003026c9f10cc46a1958a5f 100644 |
--- a/cc/layers/layer.h |
+++ b/cc/layers/layer.h |
@@ -482,6 +482,9 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>, |
void SetEffectTreeIndex(int index); |
int effect_tree_index() const; |
+ void SetScrollTreeIndex(int index); |
+ int scroll_tree_index() const; |
+ |
void set_offset_to_transform_parent(gfx::Vector2dF offset) { |
if (offset_to_transform_parent_ == offset) |
return; |
@@ -721,6 +724,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>, |
int transform_tree_index_; |
int effect_tree_index_; |
int clip_tree_index_; |
+ int scroll_tree_index_; |
int property_tree_sequence_number_; |
uint64_t element_id_; |
uint32_t mutable_properties_; |