Index: content/browser/renderer_host/render_widget_host_impl.cc |
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc |
index 72d4654dab8ce6f02217d28962ae57f7983c0299..cda8ca17462871e6c254caf8d3619f0afb045a8b 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.cc |
+++ b/content/browser/renderer_host/render_widget_host_impl.cc |
@@ -1631,7 +1631,7 @@ void RenderWidgetHostImpl::DidUpdateBackingStore( |
// in the process could dispatch other window messages which could cause the |
// view to be destroyed. |
if (view_) |
- view_->MovePluginWindows(params.scroll_offset, params.plugin_window_moves); |
+ view_->MovePluginWindows(params.plugin_window_moves); |
NotificationService::current()->Notify( |
NOTIFICATION_RENDER_WIDGET_HOST_DID_UPDATE_BACKING_STORE, |