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

Unified Diff: dm/DMTask.h

Issue 309483003: DM tweaks (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: note Created 6 years, 7 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 | « dm/DMReporter.cpp ('k') | dm/DMTask.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMTask.h
diff --git a/dm/DMTask.h b/dm/DMTask.h
index 96cf810b2962c854ed3c548c17244873e80d3aeb..32bb9486f5e1c08c3ceaca27eb4b7c98d7650634 100644
--- a/dm/DMTask.h
+++ b/dm/DMTask.h
@@ -30,7 +30,7 @@ public:
protected:
Task(Reporter* reporter, TaskRunner* taskRunner);
Task(const Task& parent);
- virtual ~Task() {}
+ virtual ~Task();
void start();
void fail(const char* msg = NULL);
« no previous file with comments | « dm/DMReporter.cpp ('k') | dm/DMTask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698