summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authormlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-17 14:11:06 +0000
committermlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-17 14:11:06 +0000
commit6d0593200cd191372b5fefe26fedb1dea2b15a64 (patch)
treef7c5cabc92d3b3a81e86ed091c36d4489acb99b6 /chrome
parentb7d5744cbf30d6b9c5d20b9c09dcfa0896cf31ae (diff)
downloadchromium_src-6d0593200cd191372b5fefe26fedb1dea2b15a64.zip
chromium_src-6d0593200cd191372b5fefe26fedb1dea2b15a64.tar.gz
chromium_src-6d0593200cd191372b5fefe26fedb1dea2b15a64.tar.bz2
Revert 59786 - Fix build.
BUG= TEST= Review URL: http://codereview.chromium.org/3400013 TBR=hclam@chromium.org Review URL: http://codereview.chromium.org/3415013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59788 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/gpu/gpu_video_decoder.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/gpu/gpu_video_decoder.cc b/chrome/gpu/gpu_video_decoder.cc
index b5cc25a..bf5881ed 100644
--- a/chrome/gpu/gpu_video_decoder.cc
+++ b/chrome/gpu/gpu_video_decoder.cc
@@ -149,8 +149,7 @@ void GpuVideoDecoder::AllocateVideoFrames(
pending_allocation_->format = format;
pending_allocation_->frames = frames;
pending_allocation_->task = task;
- // TODO(hclam): Fix this.
- // SendAllocateVideoFrames(n, width, height, format);
+ SendAllocateVideoFrames(n, width, height, format);
}
void GpuVideoDecoder::ReleaseAllVideoFrames() {