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

Unified Diff: third_party/WebKit/Source/core/animation/InterpolationType.h

Issue 2790083002: Add a virtual destructor for InterpolationType (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/InterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/InterpolationType.h b/third_party/WebKit/Source/core/animation/InterpolationType.h
index 15a180202ca66fedc13003e7851aedb879ca9cfc..f2ce4b12e84cb69a8560f837751a9bdfaf036126 100644
--- a/third_party/WebKit/Source/core/animation/InterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/InterpolationType.h
@@ -31,6 +31,8 @@ class InterpolationType {
WTF_MAKE_NONCOPYABLE(InterpolationType);
public:
+ virtual ~InterpolationType() {}
+
PropertyHandle getProperty() const { return m_property; }
// ConversionCheckers are returned from calls to maybeConvertPairwise() and
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698