diff options
Diffstat (limited to 'content/renderer/gpu/gpu_channel_host.h')
-rw-r--r-- | content/renderer/gpu/gpu_channel_host.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/renderer/gpu/gpu_channel_host.h b/content/renderer/gpu/gpu_channel_host.h index f4a8e19..0319dac 100644 --- a/content/renderer/gpu/gpu_channel_host.h +++ b/content/renderer/gpu/gpu_channel_host.h @@ -26,7 +26,6 @@ #include "ui/gfx/size.h" class CommandBufferProxy; -class GpuSurfaceProxy; class GURL; class TransportTextureService; @@ -150,7 +149,7 @@ class GpuChannelHost : public IPC::Message::Sender, // to the correct message loop. class MessageFilter : public IPC::ChannelProxy::MessageFilter { public: - MessageFilter(GpuChannelHost* parent); + explicit MessageFilter(GpuChannelHost* parent); virtual ~MessageFilter(); void AddRoute(int route_id, |