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

Unified Diff: cc/animation/layer_animation_controller.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/animation/element_animations.cc ('k') | cc/animation/layer_animation_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/layer_animation_controller.h
diff --git a/cc/animation/layer_animation_controller.h b/cc/animation/layer_animation_controller.h
index 24f5bc8005d7716bb9d66ba0a30fbb94d921fb7c..8dd1f5119a1eda0652e6e1d36ee612f0093f4096 100644
--- a/cc/animation/layer_animation_controller.h
+++ b/cc/animation/layer_animation_controller.h
@@ -13,7 +13,7 @@
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
#include "cc/animation/animation.h"
-#include "cc/animation/layer_animation_event_observer.h"
+#include "cc/animation/animation_events.h"
#include "cc/animation/target_property.h"
#include "cc/base/cc_export.h"
#include "ui/gfx/geometry/scroll_offset.h"
@@ -120,8 +120,6 @@ class CC_EXPORT LayerAnimationController
needs_pending_value_observations_ = needs_pending_value_observations;
}
- void SetEventObserver(LayerAnimationEventObserver* observer);
-
void set_value_provider(LayerAnimationValueProvider* provider) {
value_provider_ = provider;
}
@@ -249,7 +247,6 @@ class CC_EXPORT LayerAnimationController
base::TimeTicks last_tick_time_;
- LayerAnimationEventObserver* event_observer_;
LayerAnimationValueObserver* value_observer_;
LayerAnimationValueProvider* value_provider_;
AnimationDelegate* layer_animation_delegate_;
« no previous file with comments | « cc/animation/element_animations.cc ('k') | cc/animation/layer_animation_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698