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