summaryrefslogtreecommitdiffstats
path: root/chrome/gpu
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-17 22:21:19 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-17 22:21:19 +0000
commitd48ff1f028078b286fe1f4e5fe8904d038726465 (patch)
treeb8b757234c74b0a55f6c3a1571849d482451457b /chrome/gpu
parent1318e92f70e240d7ae71320ea7e4fcae18f2ce3e (diff)
downloadchromium_src-d48ff1f028078b286fe1f4e5fe8904d038726465.zip
chromium_src-d48ff1f028078b286fe1f4e5fe8904d038726465.tar.gz
chromium_src-d48ff1f028078b286fe1f4e5fe8904d038726465.tar.bz2
Build fix. Chromium mac compiles again...
Passed try bot but still failed, so removed the offending code. BUG=53714 TEST= Review URL: http://codereview.chromium.org/3440010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/gpu')
-rw-r--r--chrome/gpu/gpu_video_decoder.cc6
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() {