| 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 971e53a8afa8e79733f63101e4d2f4af0b4fe826..25fee787c6db08d201e8a43d481812a1a0ccb790 100644
|
| --- a/content/public/gpu/content_gpu_client.h
|
| +++ b/content/public/gpu/content_gpu_client.h
|
| @@ -28,10 +28,9 @@ class CONTENT_EXPORT ContentGpuClient {
|
| // which should be used to inform the browser process of this state.
|
| virtual void Initialize(base::FieldTrialList::Observer* observer) {}
|
|
|
| - // Allows client to register Mojo interfaces in |registry| on the GPU process.
|
| - // The registered interfaces will be exposed to the browser process through
|
| - // GpuProcessHost.
|
| - virtual void RegisterMojoInterfaces(shell::InterfaceRegistry* registry) {}
|
| + // Allows the client to expose interfaces from the GPU process to the browser
|
| + // process via |registry|.
|
| + virtual void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) {}
|
|
|
| // Allows client to supply a SyncPointManager instance instead of having
|
| // content internally create one.
|
|
|