diff options
Diffstat (limited to 'ppapi/proxy/dispatcher.h')
-rw-r--r-- | ppapi/proxy/dispatcher.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ppapi/proxy/dispatcher.h b/ppapi/proxy/dispatcher.h index 2dd8052..2dc1fe6 100644 --- a/ppapi/proxy/dispatcher.h +++ b/ppapi/proxy/dispatcher.h @@ -20,12 +20,11 @@ #include "ppapi/proxy/interface_proxy.h" #include "ppapi/proxy/plugin_var_tracker.h" -namespace pp { - -namespace shared_impl { +namespace ppapi { class WebKitForwarding; } +namespace pp { namespace proxy { class VarSerializationRules; @@ -60,7 +59,7 @@ class Dispatcher : public ProxyChannel { // Returns the WebKit forwarding object used to make calls into WebKit. // Necessary only on the plugin side. The host side can return NULL. - virtual pp::shared_impl::WebKitForwarding* GetWebKitForwarding() = 0; + virtual ppapi::WebKitForwarding* GetWebKitForwarding() = 0; // Posts the given task to the WebKit thread associated with this plugin // process. For host processes, this will not be called and can do |