| Index: cc/animation/element_animations.h
|
| diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h
|
| index 72051e3e8e7c0642f5c4c33039398c1236e49176..4214f317ba401705ab8b371fdf2071cfd08bd6fd 100644
|
| --- a/cc/animation/element_animations.h
|
| +++ b/cc/animation/element_animations.h
|
| @@ -90,8 +90,6 @@ class CC_EXPORT ElementAnimations : public base::RefCounted<ElementAnimations>,
|
| // Returns the active animation for the given unique animation id.
|
| Animation* GetAnimationById(int animation_id) const;
|
|
|
| - void SetEventObserver(LayerAnimationEventObserver* observer);
|
| -
|
| private:
|
| friend class base::RefCounted<ElementAnimations>;
|
|
|
|
|