| Index: ppapi/proxy/ppb_surface_3d_proxy.h
|
| diff --git a/ppapi/proxy/ppb_surface_3d_proxy.h b/ppapi/proxy/ppb_surface_3d_proxy.h
|
| index ce7e8b6f5d56478b19746eaed2aebbcccfba19ba..be8ce341e77c0b53dce6d459a92aed08c6508289 100644
|
| --- a/ppapi/proxy/ppb_surface_3d_proxy.h
|
| +++ b/ppapi/proxy/ppb_surface_3d_proxy.h
|
| @@ -63,7 +63,7 @@ class Surface3D : public ppapi::Resource,
|
|
|
| class PPB_Surface3D_Proxy : public InterfaceProxy {
|
| public:
|
| - PPB_Surface3D_Proxy(Dispatcher* dispatcher, const void* target_interface);
|
| + PPB_Surface3D_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPB_Surface3D_Proxy();
|
|
|
| static const Info* GetInfo();
|
| @@ -75,6 +75,8 @@ class PPB_Surface3D_Proxy : public InterfaceProxy {
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| + static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_SURFACE_3D;
|
| +
|
| private:
|
| // Message handlers.
|
| void OnMsgCreate(PP_Instance instance,
|
|
|