diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 00:00:29 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 00:00:29 +0000 |
commit | 1804aa715fd72666c7c22d2cf6a773ecbd6eb43d (patch) | |
tree | 2b2ee2e3ed91882f0547a98e504407d324a8f154 /chrome/gpu | |
parent | 2722ec565d738f5431d9680c9f1bd2b79e0d5471 (diff) | |
download | chromium_src-1804aa715fd72666c7c22d2cf6a773ecbd6eb43d.zip chromium_src-1804aa715fd72666c7c22d2cf6a773ecbd6eb43d.tar.gz chromium_src-1804aa715fd72666c7c22d2cf6a773ecbd6eb43d.tar.bz2 |
Revert r60126 that broke the build.
TBR=scherkus
BUG=53714
TEST=
Review URL: http://codereview.chromium.org/3393017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60130 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/gpu')
-rw-r--r-- | chrome/gpu/gpu_video_decoder.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/gpu/gpu_video_decoder.cc b/chrome/gpu/gpu_video_decoder.cc index bf5881ed..91758e0 100644 --- a/chrome/gpu/gpu_video_decoder.cc +++ b/chrome/gpu/gpu_video_decoder.cc @@ -343,11 +343,7 @@ void GpuVideoDecoder::SendFillBufferDone( void GpuVideoDecoder::SendAllocateVideoFrames( int n, size_t width, size_t height, media::VideoFrame::Format format) { - if (!channel_->Send( - new GpuVideoDecoderHostMsg_AllocateVideoFrames( - route_id(), n, width, height, format))) { - LOG(ERROR) << "GpuVideoDecoderMsg_AllocateVideoFrames failed"; - } + // TODO(hclam): Actually send the message. } void GpuVideoDecoder::SendReleaseAllVideoFrames() { |