Index: chrome/browser/renderer_host/accelerated_surface_container_mac.h |
diff --git a/chrome/browser/renderer_host/accelerated_surface_container_mac.h b/chrome/browser/renderer_host/accelerated_surface_container_mac.h |
index deda9ef2d23b7fe5daf012adb3442dade4aa4032..45979e0922e12c2e0fe2975933bddc93a2131fea 100644 |
--- a/chrome/browser/renderer_host/accelerated_surface_container_mac.h |
+++ b/chrome/browser/renderer_host/accelerated_surface_container_mac.h |
@@ -36,9 +36,11 @@ |
#include "gfx/native_widget_types.h" |
#include "gfx/rect.h" |
-namespace webkit_glue { |
+namespace webkit { |
+namespace npapi { |
struct WebPluginGeometry; |
} |
+} |
class AcceleratedSurfaceContainerManagerMac; |
@@ -65,7 +67,7 @@ class AcceleratedSurfaceContainerMac { |
// currently only pays attention to the clip width and height, since the |
// view in which it is hosted is responsible for positioning it on the |
// page.) |
- void SetGeometry(const webkit_glue::WebPluginGeometry& geom); |
+ void SetGeometry(const webkit::npapi::WebPluginGeometry& geom); |
// Draws this accelerated surface's contents, texture mapped onto a quad in |
// the given OpenGL context. TODO(kbr): figure out and define exactly how the |