diff options
Diffstat (limited to 'ash/drag_drop/drag_drop_controller.h')
-rw-r--r-- | ash/drag_drop/drag_drop_controller.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/drag_drop/drag_drop_controller.h b/ash/drag_drop/drag_drop_controller.h index dd3b028..cbe6853 100644 --- a/ash/drag_drop/drag_drop_controller.h +++ b/ash/drag_drop/drag_drop_controller.h @@ -67,11 +67,11 @@ class ASH_EXPORT DragDropController friend class ash::test::DragDropControllerTest; // Overridden from ui::LayerAnimationObserver: - void OnLayerAnimationEnded( + virtual void OnLayerAnimationEnded( const ui::LayerAnimationSequence* sequence) OVERRIDE; - void OnLayerAnimationAborted( + virtual void OnLayerAnimationAborted( const ui::LayerAnimationSequence* sequence) OVERRIDE; - void OnLayerAnimationScheduled( + virtual void OnLayerAnimationScheduled( const ui::LayerAnimationSequence* sequence) OVERRIDE {} // Helper method to start drag widget flying back animation. |