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

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 5 years 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 5b3f1c35c4feceecb430292406b654c1472528c6..9f4e51eddfaba771e84481fef8527f8e7096a456 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 layoutIfNeeded() override { }
void paint(WebCanvas*, const WebRect&) override { }

Powered by Google App Engine
This is Rietveld 408576698