Index: ui/aura/root_window.h |
=================================================================== |
--- ui/aura/root_window.h (revision 120096) |
+++ ui/aura/root_window.h (working copy) |
@@ -219,11 +219,11 @@ |
// Overridden from ui::LayerAnimationObserver: |
virtual void OnLayerAnimationEnded( |
- ui::LayerAnimationSequence* animation) OVERRIDE; |
+ const ui::LayerAnimationSequence* animation) OVERRIDE; |
virtual void OnLayerAnimationScheduled( |
- ui::LayerAnimationSequence* animation) OVERRIDE; |
+ const ui::LayerAnimationSequence* animation) OVERRIDE; |
virtual void OnLayerAnimationAborted( |
- ui::LayerAnimationSequence* animation) OVERRIDE; |
+ const ui::LayerAnimationSequence* animation) OVERRIDE; |
// Overridden from FocusManager: |
virtual void SetFocusedWindow(Window* window) OVERRIDE; |