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