| Index: components/plugins/renderer/plugin_placeholder.h
|
| diff --git a/components/plugins/renderer/plugin_placeholder.h b/components/plugins/renderer/plugin_placeholder.h
|
| index b3e47c754bf9d4e794bd9f0e4e2cc9888dbaab08..5d9caa10ee4f33876c7a335d439b14107b12be48 100644
|
| --- a/components/plugins/renderer/plugin_placeholder.h
|
| +++ b/components/plugins/renderer/plugin_placeholder.h
|
| @@ -38,6 +38,8 @@ class PluginPlaceholder : public content::RenderFrameObserver,
|
| // WebViewPlugin::Delegate methods:
|
| void ShowContextMenu(const blink::WebMouseEvent&) override;
|
| void PluginDestroyed() override;
|
| + v8::Local<v8::Object> GetV8ScriptableObject(
|
| + v8::Isolate* isolate) const override;
|
|
|
| private:
|
| // RenderFrameObserver methods:
|
|
|