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

Unified Diff: src/animator/SkScriptCallBack.h

Issue 74193005: Add extra warnings to match what Android uses. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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 | « platform_tools/android/gyp/dependencies.gypi ('k') | src/core/SkBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkScriptCallBack.h
diff --git a/src/animator/SkScriptCallBack.h b/src/animator/SkScriptCallBack.h
index dcbaf11886ddc756e07af95a1f1c7b9a85f79cbd..fefc482f6166b015007b03463bb383e9dd502314 100644
--- a/src/animator/SkScriptCallBack.h
+++ b/src/animator/SkScriptCallBack.h
@@ -13,6 +13,8 @@
class SkScriptCallBack {
public:
+ virtual ~SkScriptCallBack() { }
+
enum Type {
kBox,
kFunction,
« no previous file with comments | « platform_tools/android/gyp/dependencies.gypi ('k') | src/core/SkBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698