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

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

Issue 9720021: npapi plugins: Make sure WebPlugin has no key functions on mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better Created 8 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
« no previous file with comments | « webkit/plugins/npapi/webplugin.h ('k') | webkit/plugins/npapi/webplugin_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/webplugin.cc
diff --git a/webkit/plugins/npapi/webplugin.cc b/webkit/plugins/npapi/webplugin.cc
index d3e73dd6d2bf4b4e810e0dafa1728581d203860e..69c5f8d6383c7eda2d4d1fd62e8885da86679338 100644
--- a/webkit/plugins/npapi/webplugin.cc
+++ b/webkit/plugins/npapi/webplugin.cc
@@ -25,12 +25,5 @@ bool WebPluginGeometry::Equals(const WebPluginGeometry& rhs) const {
visible == rhs.visible;
}
-#if defined(OS_MACOSX)
-WebPluginAcceleratedSurface* WebPlugin::GetAcceleratedSurface(
- gfx::GpuPreference gpu_preference) {
- return NULL;
-}
-#endif
-
} // namespace npapi
} // namespace webkit
« no previous file with comments | « webkit/plugins/npapi/webplugin.h ('k') | webkit/plugins/npapi/webplugin_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698