| Index: chrome/browser/renderer_host/render_widget_host_view_gtk.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host_view_gtk.h (revision 25087)
|
| +++ chrome/browser/renderer_host/render_widget_host_view_gtk.h (working copy)
|
| @@ -45,7 +45,7 @@
|
| virtual void SetSize(const gfx::Size& size);
|
| virtual gfx::NativeView GetNativeView();
|
| virtual void MovePluginWindows(
|
| - const std::vector<WebPluginGeometry>& plugin_window_moves);
|
| + const std::vector<webkit_glue::WebPluginGeometry>& moves);
|
| virtual void Focus();
|
| virtual void Blur();
|
| virtual bool HasFocus();
|
|
|