Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1749)

Unified Diff: content/common/gpu/media/gpu_jpeg_decode_accelerator.cc

Issue 1132683004: MJPEG acceleration for video capture, browser part (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mjpeg-2-gpu
Patch Set: rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/gpu/gpu_process_launch_causes.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/gpu_jpeg_decode_accelerator.cc
diff --git a/content/common/gpu/media/gpu_jpeg_decode_accelerator.cc b/content/common/gpu/media/gpu_jpeg_decode_accelerator.cc
index 7674eadf61bebf725f0c8ad267548b8e8826a427..d6d85796b371ac82d24883699f23c2d558af11b5 100644
--- a/content/common/gpu/media/gpu_jpeg_decode_accelerator.cc
+++ b/content/common/gpu/media/gpu_jpeg_decode_accelerator.cc
@@ -322,7 +322,7 @@ void GpuJpegDecodeAccelerator::AddClient(int32 route_id,
DCHECK(CalledOnValidThread());
scoped_ptr<media::JpegDecodeAccelerator> accelerator;
-// When adding more platforms, GpuJpegDecoder::Supported need
+// When adding more platforms, VideoCaptureGpuJpegDecoder::Supported need
// update as well.
#if defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY)
accelerator.reset(new VaapiJpegDecodeAccelerator(io_task_runner_));
« no previous file with comments | « content/common/gpu/gpu_process_launch_causes.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698