Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / cc / blink / web_to_cc_animation_delegate_adapter.h
index 2f7897b..4d52cb4 100644 (file)
@@ -21,12 +21,12 @@ class WebToCCAnimationDelegateAdapter : public cc::AnimationDelegate {
       blink::WebCompositorAnimationDelegate* delegate);
 
  private:
-  virtual void NotifyAnimationStarted(
-      base::TimeTicks monotonic_time,
-      cc::Animation::TargetProperty target_property) OVERRIDE;
-  virtual void NotifyAnimationFinished(
-      base::TimeTicks monotonic_time,
-      cc::Animation::TargetProperty target_property) OVERRIDE;
+  void NotifyAnimationStarted(base::TimeTicks monotonic_time,
+                              cc::Animation::TargetProperty target_property,
+                              int group) override;
+  void NotifyAnimationFinished(base::TimeTicks monotonic_time,
+                               cc::Animation::TargetProperty target_property,
+                               int group) override;
 
   blink::WebCompositorAnimationDelegate* delegate_;