diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 09:24:36 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 09:24:36 +0000 |
commit | aa3e401264b74a9477e4aa74da9c01e47401170a (patch) | |
tree | f544286841c3e4984a08418983c1513282e59b49 /chrome/renderer/gpu_video_decoder_host.h | |
parent | 29462181231055941ac12f275541bc468ffe13f4 (diff) | |
download | chromium_src-aa3e401264b74a9477e4aa74da9c01e47401170a.zip chromium_src-aa3e401264b74a9477e4aa74da9c01e47401170a.tar.gz chromium_src-aa3e401264b74a9477e4aa74da9c01e47401170a.tar.bz2 |
Initialize the members and avoid inlining the constructors.
BUG=None
TEST=None
CID=12377, 12379, 12380, 12381
Review URL: http://codereview.chromium.org/3176004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55863 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/gpu_video_decoder_host.h')
-rw-r--r-- | chrome/renderer/gpu_video_decoder_host.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/chrome/renderer/gpu_video_decoder_host.h b/chrome/renderer/gpu_video_decoder_host.h index 2bd2f5b..dccafff 100644 --- a/chrome/renderer/gpu_video_decoder_host.h +++ b/chrome/renderer/gpu_video_decoder_host.h @@ -63,14 +63,8 @@ class GpuVideoDecoderHost GpuVideoDecoderHost(GpuVideoServiceHost* service_host, GpuChannelHost* channel_host, EventHandler* event_handler, - GpuVideoDecoderInfoParam decoder_info) - : gpu_video_service_host_(service_host), - channel_host_(channel_host), - event_handler_(event_handler), - decoder_info_(decoder_info), - buffer_id_serial_(0), - state_(kStateUninitialized), - input_buffer_busy_(false) {} + GpuVideoDecoderInfoParam decoder_info); + friend class GpuVideoServiceHost; // Input message handler. |