Chromium Code Reviews

Unified Diff: chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h

Issue 5961004: Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h
===================================================================
--- chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h (revision 69765)
+++ chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h (working copy)
@@ -14,11 +14,9 @@
#include "base/lock.h"
#include "gfx/native_widget_types.h"
-namespace webkit {
-namespace npapi {
+namespace webkit_glue {
struct WebPluginGeometry;
}
-}
class AcceleratedSurfaceContainerMac;
@@ -65,8 +63,7 @@
// Takes an update from WebKit about a plugin's position and size and moves
// the plugin accordingly.
- void SetPluginContainerGeometry(
- const webkit::npapi::WebPluginGeometry& move);
+ void SetPluginContainerGeometry(const webkit_glue::WebPluginGeometry& move);
// Draws the plugin container associated with the given id into the given
// OpenGL context, which must already be current.

Powered by Google App Engine