| 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
|
|
|