Index: content/common/pepper_plugin_registry.h |
=================================================================== |
--- content/common/pepper_plugin_registry.h (revision 84713) |
+++ content/common/pepper_plugin_registry.h (working copy) |
@@ -100,6 +100,9 @@ |
virtual base::MessageLoopProxy* GetIPCMessageLoop(); |
virtual base::WaitableEvent* GetShutdownEvent(); |
virtual std::set<PP_Instance>* GetGloballySeenInstanceIDSet(); |
+ virtual pp::shared_impl::WebKitForwarding* GetWebKitForwarding(); |
+ virtual void PostToWebKitThread(const tracked_objects::Location& from_here, |
+ const base::Closure& task); |
// All known pepper plugins. |
std::vector<PepperPluginInfo> plugin_list_; |