| Index: ppapi/proxy/ppb_memory_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_memory_proxy.h (revision 100854)
|
| +++ ppapi/proxy/ppb_memory_proxy.h (working copy)
|
| @@ -12,24 +12,8 @@
|
| namespace ppapi {
|
| namespace proxy {
|
|
|
| -class PPB_Memory_Proxy : public InterfaceProxy {
|
| - public:
|
| - PPB_Memory_Proxy(Dispatcher* dispatcher,
|
| - const void* target_interface);
|
| - virtual ~PPB_Memory_Proxy();
|
| +const PPB_Memory_Dev* GetPPB_Memory_Interface();
|
|
|
| - static const Info* GetInfo();
|
| -
|
| - const PPB_Memory_Dev* ppb_memory_target() const {
|
| - return static_cast<const PPB_Memory_Dev*>(target_interface());
|
| - }
|
| -
|
| - // InterfaceProxy implementation. In this case, no messages are sent or
|
| - // received, so this always returns false.
|
| - virtual bool OnMessageReceived(const IPC::Message& msg);
|
| -
|
| -};
|
| -
|
| } // namespace proxy
|
| } // namespace ppapi
|
|
|
|
|