Index: ui/gfx/compositor/test/test_layer_animation_observer.h |
=================================================================== |
--- ui/gfx/compositor/test/test_layer_animation_observer.h (revision 120096) |
+++ ui/gfx/compositor/test/test_layer_animation_observer.h (working copy) |
@@ -21,13 +21,13 @@ |
virtual ~TestLayerAnimationObserver(); |
virtual void OnLayerAnimationEnded( |
- LayerAnimationSequence* sequence) OVERRIDE; |
+ const LayerAnimationSequence* sequence) OVERRIDE; |
virtual void OnLayerAnimationAborted( |
- LayerAnimationSequence* sequence) OVERRIDE; |
+ const LayerAnimationSequence* sequence) OVERRIDE; |
virtual void OnLayerAnimationScheduled( |
- LayerAnimationSequence* sequence) OVERRIDE; |
+ const LayerAnimationSequence* sequence) OVERRIDE; |
virtual bool RequiresNotificationWhenAnimatorDestroyed() const OVERRIDE; |