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

Unified Diff: webkit/plugins/npapi/webplugin_impl.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_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/webplugin_impl.cc
diff --git a/webkit/plugins/npapi/webplugin_impl.cc b/webkit/plugins/npapi/webplugin_impl.cc
index 3fe5d1f5c0234ae1ad4016512c62978b403a43f8..cc6177f7df254d027b55e51c4c8fbc48fc3639e0 100644
--- a/webkit/plugins/npapi/webplugin_impl.cc
+++ b/webkit/plugins/npapi/webplugin_impl.cc
@@ -754,6 +754,11 @@ void WebPluginImpl::URLRedirectResponse(bool allow, int resource_id) {
}
#if defined(OS_MACOSX)
+WebPluginAcceleratedSurface* WebPluginImpl::GetAcceleratedSurface(
+ gfx::GpuPreference gpu_preference) {
+ return NULL;
+}
+
void WebPluginImpl::AcceleratedPluginEnabledRendering() {
}
« no previous file with comments | « webkit/plugins/npapi/webplugin_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698