Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2383)

Unified Diff: cc/layer_animation_event_observer.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: protected -> public Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698