| 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 167b4d223c0aec0431570e84df5291645d2d85aa..509b2fd743a0e8f4515574a2374e39826d2e6fd1 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -23,6 +23,7 @@
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/browser_child_process_host_delegate.h"
|
| #include "content/public/browser/gpu_data_manager.h"
|
| +#include "gpu/command_buffer/common/activity_flags.h"
|
| #include "gpu/command_buffer/common/constants.h"
|
| #include "gpu/config/gpu_feature_info.h"
|
| #include "gpu/config/gpu_info.h"
|
| @@ -296,6 +297,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_;
|
|
|
|
|