| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index 973e14e533f7760a39b505a9507d4d6d78c7479a..6eab56cf15c0b04e0cc0d0be5cd1a3d4716e0f5d 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -26,6 +26,7 @@
|
| #include "gpu/command_buffer/common/constants.h"
|
| #include "gpu/config/gpu_feature_info.h"
|
| #include "gpu/config/gpu_info.h"
|
| +#include "gpu/ipc/common/activity_flags.h"
|
| #include "gpu/ipc/common/surface_handle.h"
|
| #include "ipc/ipc_sender.h"
|
| #include "ipc/message_filter.h"
|
| @@ -294,6 +295,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
| ui::mojom::GpuMainAssociatedPtr gpu_main_ptr_;
|
| ui::mojom::GpuServicePtr gpu_service_ptr_;
|
| mojo::Binding<ui::mojom::GpuHost> gpu_host_binding_;
|
| + gpu::GpuProcessHostActivityFlags activity_flags_;
|
|
|
| base::WeakPtrFactory<GpuProcessHost> weak_ptr_factory_;
|
|
|
|
|