Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / compositor / test / test_layer_animation_observer.h
index 52789f8..0f0a18e 100644 (file)
@@ -17,18 +17,15 @@ class LayerAnimationSequence;
 class TestLayerAnimationObserver : public LayerAnimationObserver {
  public:
   TestLayerAnimationObserver();
-  virtual ~TestLayerAnimationObserver();
+  ~TestLayerAnimationObserver() override;
 
-  virtual void OnLayerAnimationEnded(
-      LayerAnimationSequence* sequence) OVERRIDE;
+  void OnLayerAnimationEnded(LayerAnimationSequence* sequence) override;
 
-  virtual void OnLayerAnimationAborted(
-      LayerAnimationSequence* sequence) OVERRIDE;
+  void OnLayerAnimationAborted(LayerAnimationSequence* sequence) override;
 
-  virtual void OnLayerAnimationScheduled(
-      LayerAnimationSequence* sequence) OVERRIDE;
+  void OnLayerAnimationScheduled(LayerAnimationSequence* sequence) override;
 
-  virtual bool RequiresNotificationWhenAnimatorDestroyed() const OVERRIDE;
+  bool RequiresNotificationWhenAnimatorDestroyed() const override;
 
   const LayerAnimationSequence* last_ended_sequence() const {
     return last_ended_sequence_;