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