| Index: cc/blink/web_animation_impl.cc
|
| diff --git a/cc/blink/web_animation_impl.cc b/cc/blink/web_animation_impl.cc
|
| index 4989c0726128da66a1fa73f9235598045659b3fa..24fa4ec8cfc6b2f298f187fe7b108ecebe826fe1 100644
|
| --- a/cc/blink/web_animation_impl.cc
|
| +++ b/cc/blink/web_animation_impl.cc
|
| @@ -73,6 +73,10 @@ int WebCompositorAnimationImpl::id() {
|
| return animation_->id();
|
| }
|
|
|
| +int WebCompositorAnimationImpl::group() {
|
| + return animation_->group();
|
| +}
|
| +
|
| blink::WebCompositorAnimation::TargetProperty
|
| WebCompositorAnimationImpl::targetProperty() const {
|
| return static_cast<WebCompositorAnimationImpl::TargetProperty>(
|
|
|