Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index ec0f09fa399d96c2af3ada40ea42083aadb30184..4f5bd4f48ce59a6c48f8184029ed29833f6cf905 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -219,11 +219,11 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
// Overridden from ui::LayerAnimationObserver: |
virtual void OnLayerAnimationEnded( |
- const ui::LayerAnimationSequence* animation) OVERRIDE; |
+ ui::LayerAnimationSequence* animation) OVERRIDE; |
virtual void OnLayerAnimationScheduled( |
- const ui::LayerAnimationSequence* animation) OVERRIDE; |
+ ui::LayerAnimationSequence* animation) OVERRIDE; |
virtual void OnLayerAnimationAborted( |
- const ui::LayerAnimationSequence* animation) OVERRIDE; |
+ ui::LayerAnimationSequence* animation) OVERRIDE; |
// Overridden from FocusManager: |
virtual void SetFocusedWindow(Window* window) OVERRIDE; |