summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/mock_plugin_delegate.h
diff options
context:
space:
mode:
authorfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-18 17:00:23 +0000
committerfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-18 17:00:23 +0000
commit0dedf72573b37d924b4a29b76cb17550d2cf5f81 (patch)
treebbb5135b127ff199551cb5aba34967dc11249137 /webkit/plugins/ppapi/mock_plugin_delegate.h
parent4af029813d7160506c1ad151a338288681e4294a (diff)
downloadchromium_src-0dedf72573b37d924b4a29b76cb17550d2cf5f81.zip
chromium_src-0dedf72573b37d924b4a29b76cb17550d2cf5f81.tar.gz
chromium_src-0dedf72573b37d924b4a29b76cb17550d2cf5f81.tar.bz2
Convert PPB_Buffer_Impl to use SharedMemory for efficient IPC use.
BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7039022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/ppapi/mock_plugin_delegate.h')
-rw-r--r--webkit/plugins/ppapi/mock_plugin_delegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
index ac3664a..0e94e24 100644
--- a/webkit/plugins/ppapi/mock_plugin_delegate.h
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
@@ -104,6 +104,7 @@ class MockPluginDelegate : public PluginDelegate {
virtual webkit_glue::P2PTransport* CreateP2PTransport();
virtual double GetLocalTimeZoneOffset(base::Time t);
virtual std::string GetFlashCommandLineArgs();
+ virtual base::SharedMemory* CreateAnonymousSharedMemory(uint32_t size);
};
} // namespace ppapi