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

Unified Diff: content/gpu/gpu_process.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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 | « content/gpu/gpu_child_thread.h ('k') | content/plugin/npobject_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_process.h
diff --git a/content/gpu/gpu_process.h b/content/gpu/gpu_process.h
index 8dfe0e38437f2ecf4f5f094a00992f5e985423e0..bd05a72b82084fb6eddf4a0a77f900914522a94b 100644
--- a/content/gpu/gpu_process.h
+++ b/content/gpu/gpu_process.h
@@ -11,7 +11,7 @@
class GpuProcess : public ChildProcess {
public:
GpuProcess();
- ~GpuProcess();
+ virtual ~GpuProcess();
private:
DISALLOW_COPY_AND_ASSIGN(GpuProcess);
« no previous file with comments | « content/gpu/gpu_child_thread.h ('k') | content/plugin/npobject_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698