| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index 2374ca6aeeffbf593b5513790db9d248ca0e0d22..4961b57c7469c81764b8cf931d7f3dacde44a745 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -86,6 +86,9 @@ class GpuChildThread : public ChildThreadImpl,
|
| bool Send(IPC::Message* msg) override;
|
| bool OnControlMessageReceived(const IPC::Message& msg) override;
|
| bool OnMessageReceived(const IPC::Message& msg) override;
|
| + bool AcceptConnection(shell::Connection* connection) override;
|
| + shell::InterfaceRegistry* GetInterfaceRegistryForConnection() override;
|
| + shell::InterfaceProvider* GetInterfaceProviderForConnection() override;
|
|
|
| // gpu::GpuChannelManagerDelegate:
|
| void SetActiveURL(const GURL& url) override;
|
|
|