| 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 768f3a776c5f752fa568931a14c1ff442fdf9091..f3e9e89db8ec52cf066816f179f4f05b5e7dc2ac 100644
|
| --- a/chrome/gpu/chrome_content_gpu_client.h
|
| +++ b/chrome/gpu/chrome_content_gpu_client.h
|
| @@ -13,7 +13,9 @@
|
| #include "content/public/gpu/content_gpu_client.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| -#include "chrome/gpu/gpu_arc_video_decode_accelerator.h"
|
| +#include "components/arc/common/video_decode_accelerator.mojom.h"
|
| +#include "components/arc/common/video_encode_accelerator.mojom.h"
|
| +#include "gpu/command_buffer/service/gpu_preferences.h"
|
|
|
| namespace service_manager {
|
| struct BindSourceInfo;
|
| @@ -37,6 +39,10 @@ class ChromeContentGpuClient : public content::ContentGpuClient {
|
| void CreateArcVideoDecodeAccelerator(
|
| const service_manager::BindSourceInfo& source_info,
|
| ::arc::mojom::VideoDecodeAcceleratorRequest request);
|
| +
|
| + void CreateArcVideoEncodeAccelerator(
|
| + const service_manager::BindSourceInfo& source_info,
|
| + ::arc::mojom::VideoEncodeAcceleratorRequest request);
|
| #endif
|
|
|
| std::unique_ptr<variations::ChildProcessFieldTrialSyncer> field_trial_syncer_;
|
|
|