| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index a4b1e762bc2cfcabdd2582213f3b81cc38998941..b2c49f0fc350ca2abef15cc04a9ecbc29e6674c3 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -100,7 +100,8 @@ class GpuChildThread : public ChildThreadImpl,
|
| // ui::mojom::GpuMain:
|
| void CreateGpuService(ui::mojom::GpuServiceRequest request,
|
| ui::mojom::GpuHostPtr gpu_host,
|
| - const gpu::GpuPreferences& preferences) override;
|
| + const gpu::GpuPreferences& preferences,
|
| + mojo::ScopedSharedBufferHandle activity_flags) override;
|
| void CreateDisplayCompositor(
|
| cc::mojom::DisplayCompositorRequest request,
|
| cc::mojom::DisplayCompositorClientPtr client) override;
|
|
|