| Index: cc/layers/layer_iterator_unittest.cc
|
| diff --git a/cc/layers/layer_iterator_unittest.cc b/cc/layers/layer_iterator_unittest.cc
|
| index 89e504aecd23d74f4031a909cd665cd4be86f4d8..a7f85b763131390fdfd8c6e693f64c649f304944 100644
|
| --- a/cc/layers/layer_iterator_unittest.cc
|
| +++ b/cc/layers/layer_iterator_unittest.cc
|
| @@ -38,7 +38,6 @@ class TestLayer : public Layer {
|
| TestLayer() : Layer(), draws_content_(true) {
|
| SetBounds(gfx::Size(100, 100));
|
| SetPosition(gfx::Point());
|
| - SetAnchorPoint(gfx::Point());
|
| }
|
| virtual ~TestLayer() {}
|
|
|
|
|