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

Unified Diff: chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.h

Issue 2919193002: ArcBridge: Rename VideoAcceleratorService to VideoDecodeAccelerator. (Closed)
Patch Set: Address review comments Created 3 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
Index: chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.h
diff --git a/chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.h b/chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.h
index 728164ad167a3aa2715ada524eea23d0811ff15a..7ea0afd9763416489248c4237444bbe5d8cde17b 100644
--- a/chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.h
+++ b/chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.h
@@ -15,12 +15,11 @@ namespace arc {
class ArcBridgeService;
-// This class takes requests for creating channels of video accelerators from
-// arc::VideoInstance and forwards these requests to GpuArcVideoServce. It also
-// returns the created channels back to the arc::VideoInstance.
+// This class takes requests for accessing the VideoAcceleratorFactory, from
+// which video decode (or encode) accelerators could be created.
//
-// This class is the proxy end of GpuArcVideoService and runs in the browser
-// process. The corresponding end "GpuArcVideoService" runs in the GPU process.
+// This class runs in the browser process, while the created instances of
+// VideoDecodeAccelerator or VideoEncodeAccelerator run in the GPU process.
//
// Lives on the UI thread.
class GpuArcVideoServiceHost

Powered by Google App Engine
This is Rietveld 408576698