| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.h b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| index 38867769228028a6c3ab8ef931bb21b8607efd01..86e71880eef06f8cc6f87a4415e9aa47fd4f7044 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -104,9 +104,6 @@ public:
|
| void scrollRect(const WebRect&) override;
|
| void scheduleAnimation() override;
|
| void reportGeometry() override;
|
| - void allowScriptObjects() override;
|
| - void clearScriptObjects() override;
|
| - NPObject* scriptableObjectForElement() override;
|
| v8::Local<v8::Object> v8ObjectForElement() override;
|
| WebString executeScriptURL(const WebURL&, bool popupsAllowed) override;
|
| void loadFrameRequest(const WebURLRequest&, const WebString& target) override;
|
|
|