| 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 f57faf193e95223cd494f4f9b194aebabf847817..fa2d790ce4932a99518c6193cb0e06524eab9f8f 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -80,6 +80,8 @@ class PepperPluginDelegateImpl
|
| explicit PepperPluginDelegateImpl(RenderViewImpl* render_view);
|
| virtual ~PepperPluginDelegateImpl();
|
|
|
| + RenderViewImpl* render_view() { return render_view_; }
|
| +
|
| // Attempts to create a PPAPI plugin for the given filepath. On success, it
|
| // will return the newly-created module.
|
| //
|
|
|