| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_impl.cc (revision 156019)
|
| +++ content/browser/renderer_host/render_widget_host_impl.cc (working copy)
|
| @@ -1490,7 +1490,7 @@
|
| // in the process could dispatch other window messages which could cause the
|
| // view to be destroyed.
|
| if (view_)
|
| - view_->MovePluginWindows(params.plugin_window_moves);
|
| + view_->MovePluginWindows(params.scroll_offset, params.plugin_window_moves);
|
|
|
| NotificationService::current()->Notify(
|
| NOTIFICATION_RENDER_WIDGET_HOST_DID_UPDATE_BACKING_STORE,
|
|
|