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

Unified Diff: content/plugin/webplugin_accelerated_surface_proxy_mac.h

Issue 19761007: Move NPAPI implementation out of webkit/plugins/npapi and into content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 7 years, 5 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
Index: content/plugin/webplugin_accelerated_surface_proxy_mac.h
===================================================================
--- content/plugin/webplugin_accelerated_surface_proxy_mac.h (revision 212369)
+++ content/plugin/webplugin_accelerated_surface_proxy_mac.h (working copy)
@@ -6,8 +6,8 @@
#define CONTENT_PLUGIN_WEBPLUGIN_ACCELERATED_SURFACE_PROXY_H_
#include "base/compiler_specific.h"
+#include "content/child/npapi/webplugin_accelerated_surface_mac.h"
#include "ui/gl/gpu_preference.h"
-#include "webkit/plugins/npapi/webplugin_accelerated_surface_mac.h"
class AcceleratedSurface;
@@ -16,8 +16,7 @@
// Out-of-process implementation of WebPluginAcceleratedSurface that proxies
// calls through a WebPluginProxy.
-class WebPluginAcceleratedSurfaceProxy
- : public webkit::npapi::WebPluginAcceleratedSurface {
+class WebPluginAcceleratedSurfaceProxy : public WebPluginAcceleratedSurface {
public:
// Creates a new WebPluginAcceleratedSurfaceProxy that uses plugin_proxy
// to proxy calls. plugin_proxy must outlive this object. Returns NULL if

Powered by Google App Engine
This is Rietveld 408576698