Index: ui/aura/root_window.cc |
=================================================================== |
--- ui/aura/root_window.cc (revision 120096) |
+++ ui/aura/root_window.cc (working copy) |
@@ -676,16 +676,16 @@ |
} |
void RootWindow::OnLayerAnimationEnded( |
- ui::LayerAnimationSequence* animation) { |
+ const ui::LayerAnimationSequence* animation) { |
OnHostResized(host_->GetSize()); |
} |
void RootWindow::OnLayerAnimationScheduled( |
- ui::LayerAnimationSequence* animation) { |
+ const ui::LayerAnimationSequence* animation) { |
} |
void RootWindow::OnLayerAnimationAborted( |
- ui::LayerAnimationSequence* animation) { |
+ const ui::LayerAnimationSequence* animation) { |
} |
void RootWindow::SetFocusedWindow(Window* focused_window) { |