| Index: cc/layer_animation_event_observer.h
|
| diff --git a/cc/layer_animation_event_observer.h b/cc/layer_animation_event_observer.h
|
| index a66d026d17107d1e51af6acb03795937faa5c6ef..38bf29aed3123ec3e40d474ac27967f474d6c4b4 100644
|
| --- a/cc/layer_animation_event_observer.h
|
| +++ b/cc/layer_animation_event_observer.h
|
| @@ -10,6 +10,9 @@ namespace cc {
|
| class CC_EXPORT LayerAnimationEventObserver {
|
| public:
|
| virtual void OnAnimationStarted(const AnimationEvent& event) = 0;
|
| +
|
| + protected:
|
| + virtual ~LayerAnimationEventObserver() { }
|
| };
|
|
|
| } // namespace cc
|
|
|