| Index: content/renderer/gpu_channel_host.h
|
| diff --git a/content/renderer/gpu_channel_host.h b/content/renderer/gpu_channel_host.h
|
| index 4e508816e5fe14051ac3bc4dbc4f1c6c09a5867c..91e9da25cd43d85c5600035be8e2ff00adba5e5c 100644
|
| --- a/content/renderer/gpu_channel_host.h
|
| +++ b/content/renderer/gpu_channel_host.h
|
| @@ -42,7 +42,7 @@ class GpuChannelHost : public IPC::Channel::Listener,
|
|
|
| // Called on the render thread
|
| GpuChannelHost();
|
| - ~GpuChannelHost();
|
| + virtual ~GpuChannelHost();
|
|
|
| // Connect to GPU process channel.
|
| void Connect(const IPC::ChannelHandle& channel_handle,
|
|
|