| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index d967925b81e12eb83004c568ab14560253902043..e8e5426fed502ae1331c005deb48a6729b4ebaee 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;
|
|
|