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

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: trybots 4 Created 7 years, 10 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
« no previous file with comments | « base/threading/post_task_and_reply_impl.h ('k') | cc/layer_tree_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « base/threading/post_task_and_reply_impl.h ('k') | cc/layer_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698