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..40a26dd87e68370b02f43f0a4a1d4aaa00ce12a2 100644 |
--- a/cc/layer_animation_event_observer.h |
+++ b/cc/layer_animation_event_observer.h |
@@ -9,6 +9,8 @@ namespace cc { |
class CC_EXPORT LayerAnimationEventObserver { |
public: |
+ virtual ~LayerAnimationEventObserver() { } |
+ |
virtual void OnAnimationStarted(const AnimationEvent& event) = 0; |
}; |