| Index: third_party/WebKit/Source/web/tests/FakeWebPlugin.h
|
| diff --git a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
|
| index 310cb29d6de10ff87b8baccc5dd148bd1b5d5f10..17c5b85f4a91071d436ed62c3862930d143d004c 100644
|
| --- a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
|
| +++ b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
|
| @@ -50,7 +50,6 @@ public:
|
| // WebPlugin methods:
|
| bool initialize(WebPluginContainer*) override;
|
| void destroy() override;
|
| - NPObject* scriptableObject() override { return 0; }
|
| bool canProcessDrag() const override { return false; }
|
| void updateAllLifecyclePhases() override { }
|
| void paint(WebCanvas*, const WebRect&) override { }
|
|
|