diff options
Diffstat (limited to 'chrome/renderer/gpu_video_service_host.h')
-rw-r--r-- | chrome/renderer/gpu_video_service_host.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/renderer/gpu_video_service_host.h b/chrome/renderer/gpu_video_service_host.h index 7b9fb65..de31971 100644 --- a/chrome/renderer/gpu_video_service_host.h +++ b/chrome/renderer/gpu_video_service_host.h @@ -34,9 +34,7 @@ class GpuVideoServiceHost : public IPC::Channel::Listener, void DestroyVideoDecoder(scoped_refptr<GpuVideoDecoderHost>); private: - GpuVideoServiceHost() : message_loop_(NULL) { - service_info_.service_available_ = 0; - } + GpuVideoServiceHost(); scoped_refptr<GpuChannelHost> channel_host_; MessageRouter* router_; |