Index: ppapi/proxy/plugin_dispatcher.h |
=================================================================== |
--- ppapi/proxy/plugin_dispatcher.h (revision 84549) |
+++ ppapi/proxy/plugin_dispatcher.h (working copy) |
@@ -75,6 +75,10 @@ |
// correspond to a known instance. |
InstanceData* GetInstanceData(PP_Instance instance); |
+ // Posts the given task to the WebKit thread. |
+ void PostToWebKitThread(const tracked_objects::Location& from_here, |
+ const base::Closure& task); |
+ |
// Returns the "new-style" function API for the given interface ID, creating |
// it if necessary. |
// TODO(brettw) this is in progress. It should be merged with the target |