Chromium Code Reviews| Index: views/view.cc |
| diff --git a/views/view.cc b/views/view.cc |
| index d9b744a81dba2abd40c6e46308c88b02936596f5..b08857cd6f4e650ad93fbfb6400d0a7769a4f2cf 100644 |
| --- a/views/view.cc |
| +++ b/views/view.cc |
| @@ -1159,9 +1159,6 @@ void View::OnPaintLayer(gfx::Canvas* canvas) { |
| PaintCommon(canvas); |
| } |
| -void View::OnLayerAnimationEnded(const ui::LayerAnimationSequence* animation) { |
| -} |
| - |
| void View::ReorderLayers() { |
| View* v = this; |
| while (v && !v->layer()) |