Index: ui/aura/root_window.cc |
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc |
index b2f380e272044aebebfa198185e7992437eff0aa..0b4baa39534f05f6d67429ce9bf9e948889637ce 100644 |
--- a/ui/aura/root_window.cc |
+++ b/ui/aura/root_window.cc |
@@ -676,16 +676,16 @@ internal::FocusManager* RootWindow::GetFocusManager() { |
} |
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) { |