diff options
Diffstat (limited to 'content/gpu/gpu_process.h')
-rw-r--r-- | content/gpu/gpu_process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/gpu/gpu_process.h b/content/gpu/gpu_process.h index 8dfe0e3..bd05a72 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); |