Chromium Code Reviews| 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() { } |
|
jamesr
2013/02/01 19:30:05
make this protected. client/observer type interfac
|
| + |
| virtual void OnAnimationStarted(const AnimationEvent& event) = 0; |
| }; |