| Index: content/browser/renderer_host/render_widget_host_view_gtk.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_gtk.h (revision 212369)
|
| +++ content/browser/renderer_host/render_widget_host_view_gtk.h (working copy)
|
| @@ -13,6 +13,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| #include "content/browser/accessibility/browser_accessibility_manager.h"
|
| +#include "content/browser/renderer_host/gtk_plugin_container_manager.h"
|
| #include "content/browser/renderer_host/render_widget_host_view_base.h"
|
| #include "content/common/content_export.h"
|
| #include "ipc/ipc_sender.h"
|
| @@ -26,7 +27,6 @@
|
| #include "ui/gfx/point.h"
|
| #include "ui/gfx/rect.h"
|
| #include "webkit/common/cursors/webcursor.h"
|
| -#include "webkit/plugins/npapi/gtk_plugin_container_manager.h"
|
|
|
| typedef struct _GtkClipboard GtkClipboard;
|
| typedef struct _GtkSelectionData GtkSelectionData;
|
| @@ -77,7 +77,7 @@
|
| virtual void WasHidden() OVERRIDE;
|
| virtual void MovePluginWindows(
|
| const gfx::Vector2d& scroll_offset,
|
| - const std::vector<webkit::npapi::WebPluginGeometry>& moves) OVERRIDE;
|
| + const std::vector<WebPluginGeometry>& moves) OVERRIDE;
|
| virtual void Focus() OVERRIDE;
|
| virtual void Blur() OVERRIDE;
|
| virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
|
| @@ -301,7 +301,7 @@
|
| scoped_ptr<GtkKeyBindingsHandler> key_bindings_handler_;
|
|
|
| // Helper class that lets us allocate plugin containers and move them.
|
| - webkit::npapi::GtkPluginContainerManager plugin_container_manager_;
|
| + GtkPluginContainerManager plugin_container_manager_;
|
|
|
| // The size that we want the renderer to be. We keep this in a separate
|
| // variable because resizing in GTK+ is async.
|
|
|