Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index 112a8a304fd41f3804976b54582e52d1c086ea3a..08b1e396d64567afa5b9214ffa82feffe7bc14d3 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; |