Index: ppapi/proxy/ppb_surface_3d_proxy.h |
=================================================================== |
--- ppapi/proxy/ppb_surface_3d_proxy.h (revision 100753) |
+++ ppapi/proxy/ppb_surface_3d_proxy.h (working copy) |
@@ -63,7 +63,7 @@ |
class PPB_Surface3D_Proxy : public InterfaceProxy { |
public: |
- PPB_Surface3D_Proxy(Dispatcher* dispatcher); |
+ PPB_Surface3D_Proxy(Dispatcher* dispatcher, const void* target_interface); |
virtual ~PPB_Surface3D_Proxy(); |
static const Info* GetInfo(); |
@@ -75,8 +75,6 @@ |
// 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, |