| Index: cc/animation/element_animations.h
|
| diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h
|
| index cbf268826d7947c837d3926b0f57bdf8925b5a13..95929cf3d8f8b64c0d4b199f44690d80e0bb84a2 100644
|
| --- a/cc/animation/element_animations.h
|
| +++ b/cc/animation/element_animations.h
|
| @@ -28,6 +28,7 @@ namespace cc {
|
| class AnimationHost;
|
| class AnimationPlayer;
|
| class FilterOperations;
|
| +class TransformOperations;
|
| enum class ElementListType;
|
| struct AnimationEvent;
|
|
|
| @@ -149,9 +150,10 @@ class CC_ANIMATION_EXPORT ElementAnimations
|
| void NotifyClientOpacityAnimated(float opacity,
|
| bool notify_active_elements,
|
| bool notify_pending_elements);
|
| - void NotifyClientTransformAnimated(const gfx::Transform& transform,
|
| - bool notify_active_elements,
|
| - bool notify_pending_elements);
|
| + void NotifyClientTransformOperationsAnimated(
|
| + const TransformOperations& operations,
|
| + bool notify_active_elements,
|
| + bool notify_pending_elements);
|
| void NotifyClientFilterAnimated(const FilterOperations& filter,
|
| bool notify_active_elements,
|
| bool notify_pending_elements);
|
|
|