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

Unified Diff: ui/compositor/layer_animation_sequence.h

Issue 1898683002: CC Animation: Erase LayerAnimationEventObserver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eventobserver
Patch Set: Created 4 years, 8 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/cc.gyp ('k') | ui/compositor/layer_animation_sequence.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer_animation_sequence.h
diff --git a/ui/compositor/layer_animation_sequence.h b/ui/compositor/layer_animation_sequence.h
index 1cd1a9fc35025152997935aee74d69063155e9e1..e050439da7eed4a7687f224b309596bb1448b05d 100644
--- a/ui/compositor/layer_animation_sequence.h
+++ b/ui/compositor/layer_animation_sequence.h
@@ -18,10 +18,6 @@
#include "ui/compositor/compositor_export.h"
#include "ui/compositor/layer_animation_element.h"
-namespace cc {
-struct AnimationEvent;
-}
-
namespace ui {
class LayerAnimationDelegate;
@@ -120,7 +116,9 @@ class COMPOSITOR_EXPORT LayerAnimationSequence
void RemoveObserver(LayerAnimationObserver* observer);
// Called when a threaded animation is actually started.
- void OnThreadedAnimationStarted(const cc::AnimationEvent& event);
+ void OnThreadedAnimationStarted(base::TimeTicks monotonic_time,
+ cc::TargetProperty::Type target_property,
+ int group_id);
// Called when the animator schedules this sequence.
void OnScheduled();
« no previous file with comments | « cc/cc.gyp ('k') | ui/compositor/layer_animation_sequence.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698