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

Unified Diff: webkit/glue/plugins/gtk_plugin_container_manager.h

Issue 181014: Eliminate remaining WebCore dependencies from webplugin_impl.cc... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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: webkit/glue/plugins/gtk_plugin_container_manager.h
===================================================================
--- webkit/glue/plugins/gtk_plugin_container_manager.h (revision 25087)
+++ webkit/glue/plugins/gtk_plugin_container_manager.h (working copy)
@@ -11,7 +11,10 @@
#include "base/gfx/native_widget_types.h"
typedef struct _GtkWidget GtkWidget;
+
+namespace webkit_glue {
struct WebPluginGeometry;
+}
// Helper class that creates and manages plugin containers (GtkSocket).
class GtkPluginContainerManager {
@@ -29,7 +32,7 @@
// Takes an update from WebKit about a plugin's position and side and moves
// the plugin accordingly.
- void MovePluginContainer(const WebPluginGeometry& move);
+ void MovePluginContainer(const webkit_glue::WebPluginGeometry& move);
private:
// Maps a plugin XID to the corresponding container widget.

Powered by Google App Engine
This is Rietveld 408576698