| Index: cc/layers/layer_list_iterator.h
|
| diff --git a/cc/layers/layer_list_iterator.h b/cc/layers/layer_list_iterator.h
|
| index ba3c4d20f711727aed66270e69777235c7b42f66..bdc4a4a438ac88edca68d7ef08f7cd87fcc57fa8 100644
|
| --- a/cc/layers/layer_list_iterator.h
|
| +++ b/cc/layers/layer_list_iterator.h
|
| @@ -22,6 +22,7 @@ class LayerImpl;
|
| class CC_EXPORT LayerListIterator {
|
| public:
|
| explicit LayerListIterator(LayerImpl* root_layer);
|
| + LayerListIterator(const LayerListIterator& other);
|
| virtual ~LayerListIterator();
|
|
|
| bool operator==(const LayerListIterator& other) const {
|
|
|