| Index: public/platform/WebCompositorAnimation.h
|
| diff --git a/public/platform/WebCompositorAnimation.h b/public/platform/WebCompositorAnimation.h
|
| index 5a69b4bfb393fd84e537dc94d7e161c14e0e2d9d..cbf3392d171bd0336d9c48d20dd6b0c72bf0b79f 100644
|
| --- a/public/platform/WebCompositorAnimation.h
|
| +++ b/public/platform/WebCompositorAnimation.h
|
| @@ -37,6 +37,7 @@ public:
|
|
|
| // An id is effectively the animation's name, and it is not unique.
|
| virtual int id() = 0;
|
| + virtual int group() = 0;
|
|
|
| virtual TargetProperty targetProperty() const = 0;
|
|
|
|
|