| Index: cc/animation/element_animations.h
|
| diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h
|
| index 111c734266b02f12dce4fe1c6cac5c427f74d317..a46560450b27038a547b6c5ded9651837769ef14 100644
|
| --- a/cc/animation/element_animations.h
|
| +++ b/cc/animation/element_animations.h
|
| @@ -294,6 +294,7 @@ class CC_EXPORT ElementAnimations : public base::RefCounted<ElementAnimations> {
|
| }
|
| };
|
|
|
| + struct PropertyAnimationState filter_animation_state_;
|
| struct PropertyAnimationState opacity_animation_state_;
|
| struct PropertyAnimationState transform_animation_state_;
|
|
|
|
|