Index: ui/aura/root_window.cc |
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc |
index 8f5c7eecde2d90bcce77d20681a86ff045b6f8b6..8564906eae5c5a8c3e264e2d2ce3b8efc650cec0 100644 |
--- a/ui/aura/root_window.cc |
+++ b/ui/aura/root_window.cc |
@@ -653,16 +653,16 @@ void RootWindow::OnWindowAttachedToRootWindow(Window* attached) { |
} |
void RootWindow::OnLayerAnimationEnded( |
- const ui::LayerAnimationSequence* animation) { |
+ ui::LayerAnimationSequence* animation) { |
OnHostResized(host_->GetSize()); |
} |
void RootWindow::OnLayerAnimationScheduled( |
- const ui::LayerAnimationSequence* animation) { |
+ ui::LayerAnimationSequence* animation) { |
} |
void RootWindow::OnLayerAnimationAborted( |
- const ui::LayerAnimationSequence* animation) { |
+ ui::LayerAnimationSequence* animation) { |
} |
void RootWindow::SetFocusedWindow(Window* focused_window) { |