Chromium Code Reviews| Index: ui/aura/window.cc |
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc |
| index 854eaf4b2e74b35dafa3dc43e4e69149d0aa9f23..d1eb3ee500ea78c9cec67461b6871708b23c14e8 100644 |
| --- a/ui/aura/window.cc |
| +++ b/ui/aura/window.cc |
| @@ -531,8 +531,4 @@ void Window::OnPaintLayer(gfx::Canvas* canvas) { |
| delegate_->OnPaint(canvas); |
| } |
| -void Window::OnLayerAnimationEnded( |
| - const ui::LayerAnimationSequence* animation) { |
| -} |
| - |
| } // namespace aura |