| Index: chrome/gpu/chrome_content_gpu_client.h
|
| diff --git a/chrome/gpu/chrome_content_gpu_client.h b/chrome/gpu/chrome_content_gpu_client.h
|
| index 51d46750e8f67de635af2e5aa3b1d8b944c8a9f5..f0c50750da29b0a391e005d73ff3977fc1fa5d49 100644
|
| --- a/chrome/gpu/chrome_content_gpu_client.h
|
| +++ b/chrome/gpu/chrome_content_gpu_client.h
|
| @@ -14,6 +14,11 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "chrome/gpu/gpu_arc_video_service.h"
|
| +
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| #endif
|
|
|
| class ChromeContentGpuClient : public content::ContentGpuClient {
|
| @@ -30,6 +35,7 @@ class ChromeContentGpuClient : public content::ContentGpuClient {
|
| private:
|
| #if defined(OS_CHROMEOS)
|
| void CreateArcVideoAcceleratorService(
|
| + const service_manager::BindSourceInfo& source_info,
|
| ::arc::mojom::VideoAcceleratorServiceRequest request);
|
| #endif
|
|
|
|
|