| 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 5d2dbb4ef7e12f6c0341876286091041692b0fe4..b64ba1d22b0b8b8bb571b84a6f4a5597fd3c04b1 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -103,9 +103,6 @@ public:
|
| void scrollRect(const WebRect&) override;
|
| void setNeedsLayout() 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;
|
|
|