diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 21:51:46 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 21:51:46 +0000 |
commit | e75e65a1f01b449abe40ab1f96c79ebd57dfe0ca (patch) | |
tree | 2cb32b0c9d06475c2bcd587af1404b9a25e0b80a /content/renderer/gpu_video_decoder_host.h | |
parent | d746a77a9806aef78119a4688a08064980687ce1 (diff) | |
download | chromium_src-e75e65a1f01b449abe40ab1f96c79ebd57dfe0ca.zip chromium_src-e75e65a1f01b449abe40ab1f96c79ebd57dfe0ca.tar.gz chromium_src-e75e65a1f01b449abe40ab1f96c79ebd57dfe0ca.tar.bz2 |
Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_decoder_config.{cc,h}.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/6905065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/gpu_video_decoder_host.h')
-rw-r--r-- | content/renderer/gpu_video_decoder_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/gpu_video_decoder_host.h b/content/renderer/gpu_video_decoder_host.h index 4fca8ec..137289df 100644 --- a/content/renderer/gpu_video_decoder_host.h +++ b/content/renderer/gpu_video_decoder_host.h @@ -56,7 +56,7 @@ class GpuVideoDecoderHost : public media::VideoDecodeEngine, virtual void Initialize(MessageLoop* message_loop, VideoDecodeEngine::EventHandler* event_handler, media::VideoDecodeContext* context, - const media::VideoCodecConfig& config); + const media::VideoDecoderConfig& config); virtual void ConsumeVideoSample(scoped_refptr<Buffer> buffer); virtual void ProduceVideoFrame(scoped_refptr<VideoFrame> frame); virtual void Uninitialize(); |