Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1543)

Unified Diff: cc/animation/element_animations.h

Issue 2971503002: Transform animations should not collapse by default when interpolating (Closed)
Patch Set: . Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/animation/animation_player.cc ('k') | cc/animation/element_animations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « cc/animation/animation_player.cc ('k') | cc/animation/element_animations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698