Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1351)

Unified Diff: third_party/WebKit/Source/web/tests/FakeWebPlugin.h

Issue 1483733002: Remove support for NPObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 { }

Powered by Google App Engine
This is Rietveld 408576698