| Index: content/public/gpu/content_gpu_client.h
|
| diff --git a/content/public/gpu/content_gpu_client.h b/content/public/gpu/content_gpu_client.h
|
| index 25fee787c6db08d201e8a43d481812a1a0ccb790..9746bba2e10af429a163fc5af4efbe9f7d5235a3 100644
|
| --- a/content/public/gpu/content_gpu_client.h
|
| +++ b/content/public/gpu/content_gpu_client.h
|
| @@ -10,6 +10,7 @@
|
|
|
| namespace gpu {
|
| class SyncPointManager;
|
| +struct GpuPreferences;
|
| }
|
|
|
| namespace shell {
|
| @@ -30,7 +31,9 @@ class CONTENT_EXPORT ContentGpuClient {
|
|
|
| // Allows the client to expose interfaces from the GPU process to the browser
|
| // process via |registry|.
|
| - virtual void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) {}
|
| + virtual void ExposeInterfacesToBrowser(
|
| + shell::InterfaceRegistry* registry,
|
| + const gpu::GpuPreferences& gpu_preferences) {}
|
|
|
| // Allows client to supply a SyncPointManager instance instead of having
|
| // content internally create one.
|
|
|