diff options
-rw-r--r-- | chrome/gpu/gpu_video_decoder.cc | 3 |
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() { |