| Index: webkit/glue/plugins/gtk_plugin_container_manager.cc
|
| ===================================================================
|
| --- webkit/glue/plugins/gtk_plugin_container_manager.cc (revision 25087)
|
| +++ webkit/glue/plugins/gtk_plugin_container_manager.cc (working copy)
|
| @@ -52,7 +52,7 @@
|
| }
|
|
|
| void GtkPluginContainerManager::MovePluginContainer(
|
| - const WebPluginGeometry& move) {
|
| + const webkit_glue::WebPluginGeometry& move) {
|
| DCHECK(host_widget_);
|
| GtkWidget *widget = MapIDToWidget(move.window);
|
| if (!widget)
|
|
|
| Property changes on: webkit\glue\plugins\gtk_plugin_container_manager.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|