| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 8bda30b4b010ce1e23ec75779745aa7e6e5d684a..8f27f32bb8b96a64d02c70acc17d0b9d4dbd3943 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -148,10 +148,10 @@ class CC_EXPORT LayerTreeImpl {
|
|
|
| void PushPropertiesTo(LayerTreeImpl* tree_impl);
|
|
|
| - LayerListIterator begin();
|
| - LayerListIterator end();
|
| - LayerListReverseIterator rbegin();
|
| - LayerListReverseIterator rend();
|
| + LayerListIterator<LayerImpl> begin();
|
| + LayerListIterator<LayerImpl> end();
|
| + LayerListReverseIterator<LayerImpl> rbegin();
|
| + LayerListReverseIterator<LayerImpl> rend();
|
|
|
| // TODO(thakis): Consider marking this CC_EXPORT once we understand
|
| // http://crbug.com/575700 better.
|
|
|