Index: ui/gfx/compositor/dummy_layer_animation_delegate.h |
diff --git a/ui/gfx/compositor/dummy_layer_animation_delegate.h b/ui/gfx/compositor/dummy_layer_animation_delegate.h |
index 69b643513d370c5ca0c3e864dbb870a3abfb82bb..b29c32eb2261d9fa4acf6f58b5ebce1bcec6734d 100644 |
--- a/ui/gfx/compositor/dummy_layer_animation_delegate.h |
+++ b/ui/gfx/compositor/dummy_layer_animation_delegate.h |
@@ -10,14 +10,14 @@ |
#include "ui/gfx/rect.h" |
#include "ui/gfx/transform.h" |
#include "ui/gfx/compositor/compositor_export.h" |
-#include "ui/gfx/compositor/layer_animator_delegate.h" |
+#include "ui/gfx/compositor/layer_animation_delegate.h" |
namespace ui { |
class LayerAnimationSequence; |
class COMPOSITOR_EXPORT DummyLayerAnimationDelegate |
sky
2011/10/27 19:29:19
Rename this TestLayerAnimationDelegate
|
- : public LayerAnimatorDelegate { |
+ : public LayerAnimationDelegate { |
public: |
DummyLayerAnimationDelegate(); |
DummyLayerAnimationDelegate(const LayerAnimationDelegate& other); |
@@ -32,9 +32,6 @@ class COMPOSITOR_EXPORT DummyLayerAnimationDelegate |
virtual const Transform& GetTransformForAnimation() const OVERRIDE; |
virtual float GetOpacityForAnimation() const OVERRIDE; |
- // Implementation of LayerAnimatorDelegate |
- virtual void OnLayerAnimationEnded(LayerAnimationSequence* sequence) OVERRIDE; |
- |
private: |
gfx::Rect bounds_; |
Transform transform_; |