| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index 675f26ef886f9ce4013622f1cc13e60bc03c74b8..4918d5cae6ef0c342c3c7ba40828b97cf5b46ec6 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -88,7 +88,6 @@ class GpuChildThread : public ChildThreadImpl,
|
| // ChildThreadImpl:.
|
| bool Send(IPC::Message* msg) override;
|
| bool OnControlMessageReceived(const IPC::Message& msg) override;
|
| - bool OnMessageReceived(const IPC::Message& msg) override;
|
|
|
| // IPC::Listener implementation via ChildThreadImpl:
|
| void OnAssociatedInterfaceRequest(
|
| @@ -111,9 +110,6 @@ class GpuChildThread : public ChildThreadImpl,
|
| // Message handlers.
|
| void OnGpuSwitched();
|
|
|
| - void OnDestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
|
| - int client_id,
|
| - const gpu::SyncToken& sync_token);
|
| void BindServiceFactoryRequest(
|
| service_manager::mojom::ServiceFactoryRequest request);
|
|
|
|
|