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

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

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 | « no previous file | webkit/plugins/npapi/webplugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/webplugin.h
diff --git a/webkit/plugins/npapi/webplugin.h b/webkit/plugins/npapi/webplugin.h
index 571b8d161661c7e2e2ba1d5b815baaa676b7a6cb..1c20d238a2c0a319b4f7a8e27b420ef2e0f6dafb 100644
--- a/webkit/plugins/npapi/webplugin.h
+++ b/webkit/plugins/npapi/webplugin.h
@@ -157,7 +157,7 @@ class WebPlugin {
// Returns the accelerated surface abstraction for accelerated plugins.
virtual WebPluginAcceleratedSurface* GetAcceleratedSurface(
- gfx::GpuPreference gpu_preference);
+ gfx::GpuPreference gpu_preference) = 0;
// Composited Core Animation plugin support.
virtual void AcceleratedPluginEnabledRendering() = 0;
« no previous file with comments | « no previous file | webkit/plugins/npapi/webplugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698