| Index: ppapi/proxy/ppb_surface_3d_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_surface_3d_proxy.h (revision 74021)
|
| +++ ppapi/proxy/ppb_surface_3d_proxy.h (working copy)
|
| @@ -68,13 +68,13 @@
|
| PPB_Surface3D_Proxy(Dispatcher* dispatcher, const void* target_interface);
|
| virtual ~PPB_Surface3D_Proxy();
|
|
|
| + static const Info* GetInfo();
|
| +
|
| const PPB_Surface3D_Dev* ppb_surface_3d_target() const {
|
| return reinterpret_cast<const PPB_Surface3D_Dev*>(target_interface());
|
| }
|
|
|
| // InterfaceProxy implementation.
|
| - virtual const void* GetSourceInterface() const;
|
| - virtual InterfaceID GetInterfaceId() const;
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| private:
|
|
|