| Index: cc/layers/layer_iterator.cc
|
| diff --git a/cc/layers/layer_iterator.cc b/cc/layers/layer_iterator.cc
|
| index 39e4c2c03c6d2b8e80f81ff720e09e14e039ad80..6fc9ec138449d60879ab77a883e88623a6b61c8e 100644
|
| --- a/cc/layers/layer_iterator.cc
|
| +++ b/cc/layers/layer_iterator.cc
|
| @@ -174,9 +174,6 @@ void LayerIteratorActions::FrontToBack::GoToHighestInSubtree(
|
| }
|
| }
|
|
|
| -typedef std::vector<scoped_refptr<Layer> > LayerList;
|
| -typedef std::vector<LayerImpl*> LayerImplList;
|
| -
|
| // Declare each of the above functions for Layer and LayerImpl classes
|
| // so that they are linked.
|
| template CC_EXPORT void LayerIteratorActions::BackToFront::Begin(
|
|
|