| Index: cc/blink/web_animation_impl.h
|
| diff --git a/cc/blink/web_animation_impl.h b/cc/blink/web_animation_impl.h
|
| index e3925d6d69df288be199aeb27cbdee7875af7458..585df6a827a6a622f46fa7258f82a0078d673a5a 100644
|
| --- a/cc/blink/web_animation_impl.h
|
| +++ b/cc/blink/web_animation_impl.h
|
| @@ -30,6 +30,7 @@ class WebCompositorAnimationImpl : public blink::WebCompositorAnimation {
|
|
|
| // blink::WebCompositorAnimation implementation
|
| virtual int id();
|
| + virtual int group();
|
| virtual TargetProperty targetProperty() const;
|
| virtual double iterations() const;
|
| virtual void setIterations(double iterations);
|
|
|