X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fash%2Fwm%2Fsession_state_animator_impl.h;h=6c634bddaaae3fceb8559c37a3327edd30e60af0;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=bad7103164cccfc3a02d4158b9801353164abb83;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ash/wm/session_state_animator_impl.h b/src/ash/wm/session_state_animator_impl.h index bad7103..6c634bd 100644 --- a/src/ash/wm/session_state_animator_impl.h +++ b/src/ash/wm/session_state_animator_impl.h @@ -43,26 +43,24 @@ class ASH_EXPORT SessionStateAnimatorImpl : public SessionStateAnimator { }; SessionStateAnimatorImpl(); - virtual ~SessionStateAnimatorImpl(); + ~SessionStateAnimatorImpl() override; // Fills |containers| with the containers included in |container_mask|. static void GetContainers(int container_mask, aura::Window::Windows* containers); // ash::SessionStateAnimator: - virtual void StartAnimation(int container_mask, - AnimationType type, - AnimationSpeed speed) OVERRIDE; - virtual void StartAnimationWithCallback( - int container_mask, - AnimationType type, - AnimationSpeed speed, - base::Closure callback) OVERRIDE; - virtual AnimationSequence* BeginAnimationSequence( - base::Closure callback) OVERRIDE; - virtual bool IsBackgroundHidden() const OVERRIDE; - virtual void ShowBackground() OVERRIDE; - virtual void HideBackground() OVERRIDE; + void StartAnimation(int container_mask, + AnimationType type, + AnimationSpeed speed) override; + void StartAnimationWithCallback(int container_mask, + AnimationType type, + AnimationSpeed speed, + base::Closure callback) override; + AnimationSequence* BeginAnimationSequence(base::Closure callback) override; + bool IsBackgroundHidden() const override; + void ShowBackground() override; + void HideBackground() override; private: class AnimationSequence;