| Index: content/renderer/pepper/renderer_ppapi_host_impl.h
|
| ===================================================================
|
| --- content/renderer/pepper/renderer_ppapi_host_impl.h (revision 213350)
|
| +++ content/renderer/pepper/renderer_ppapi_host_impl.h (working copy)
|
| @@ -31,7 +31,7 @@
|
|
|
| namespace webkit {
|
| namespace ppapi {
|
| -class PluginInstance;
|
| +class PluginInstanceImpl;
|
| class PluginModule;
|
| }
|
| }
|
| @@ -81,7 +81,7 @@
|
| // happen automatically.
|
| scoped_ptr< ::ppapi::thunk::ResourceCreationAPI>
|
| CreateInProcessResourceCreationAPI(
|
| - webkit::ppapi::PluginInstance* instance);
|
| + webkit::ppapi::PluginInstanceImpl* instance);
|
|
|
| PepperBrowserConnection* GetBrowserConnection(PP_Instance instance) const;
|
|
|
| @@ -122,7 +122,7 @@
|
| //
|
| // We use this to security check the PP_Instance values sent from a plugin to
|
| // make sure it's not trying to spoof another instance.
|
| - webkit::ppapi::PluginInstance* GetAndValidateInstance(
|
| + webkit::ppapi::PluginInstanceImpl* GetAndValidateInstance(
|
| PP_Instance instance) const;
|
|
|
| webkit::ppapi::PluginModule* module_; // Non-owning pointer.
|
|
|