| Index: webkit/plugins/ppapi/plugin_module.h
|
| diff --git a/webkit/plugins/ppapi/plugin_module.h b/webkit/plugins/ppapi/plugin_module.h
|
| index 52865bfca27eddea100334c19954ace6bc9e5469..2a9c341a4a98f14756cffe583a884ccf94583c76 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.h
|
| +++ b/webkit/plugins/ppapi/plugin_module.h
|
| @@ -25,6 +25,7 @@
|
| class FilePath;
|
| class MessageLoop;
|
| struct PPB_Core;
|
| +struct PPB_Memory_Dev;
|
| typedef void* NPIdentifier;
|
|
|
| namespace base {
|
| @@ -100,6 +101,8 @@ class PluginModule : public base::RefCounted<PluginModule>,
|
|
|
| static const PPB_Core* GetCore();
|
|
|
| + static const PPB_Memory_Dev* GetMemoryDev();
|
| +
|
| // Returns a pointer to the local GetInterface function for retrieving
|
| // PPB interfaces.
|
| static GetInterfaceFunc GetLocalGetInterfaceFunc();
|
|
|