diff options
Diffstat (limited to 'content/renderer/pepper/pepper_plugin_delegate_impl.h')
-rw-r--r-- | content/renderer/pepper/pepper_plugin_delegate_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h index 54ac84c..21b2f1e 100644 --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h @@ -462,6 +462,9 @@ class PepperPluginDelegateImpl webkit::ppapi::PluginInstance* instance); void UnSetAndDeleteLockTargetAdapter(webkit::ppapi::PluginInstance* instance); + MouseLockDispatcher* GetMouseLockDispatcher( + webkit::ppapi::PluginInstance* instance); + // Pointer to the RenderView that owns us. RenderViewImpl* render_view_; |