| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index 54ac84c79fbe0286fd0a30c3417d179923bfe114..21b2f1eef9bbbe54d413ca3b02fc70a3fc115c30 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_;
|
|
|
|
|