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

Unified Diff: webkit/glue/plugins/webplugin.cc

Issue 5574006: Start deinlining non-empty virtual methods. (This will be automatically checked (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove virtual from VideoFrame::type() Created 10 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
« no previous file with comments | « webkit/glue/plugins/webplugin.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/webplugin.cc
diff --git a/webkit/glue/plugins/webplugin.cc b/webkit/glue/plugins/webplugin.cc
index 18f722baab976638c76c1277f042b130e30d8b59..f780e18f967534014df2d86a3a424cb4f1437827 100644
--- a/webkit/glue/plugins/webplugin.cc
+++ b/webkit/glue/plugins/webplugin.cc
@@ -23,4 +23,9 @@ bool WebPluginGeometry::Equals(const WebPluginGeometry& rhs) const {
rects_valid == rhs.rects_valid &&
visible == rhs.visible;
}
+
+WebPluginDelegate* WebPlugin::delegate() {
+ return NULL;
+}
+
} // namespace webkit_glue
« no previous file with comments | « webkit/glue/plugins/webplugin.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698