summaryrefslogtreecommitdiffstats
path: root/content/gpu/gpu_child_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/gpu/gpu_child_thread.h')
-rw-r--r--content/gpu/gpu_child_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index 94a9bdf..6fc8fbd 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -47,7 +47,7 @@ class GpuChildThread : public ChildThread {
// For single-process mode.
explicit GpuChildThread(const std::string& channel_id);
- ~GpuChildThread();
+ virtual ~GpuChildThread();
void Init(const base::Time& process_start_time);
void StopWatchdog();