| 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 e4ec5867a1e9be45d9b7166f58cc0767cff4c01b..ea3303956971c3c5fe4ddd97a101d55598ba3167 100644
 | 
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
 | 
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
 | 
| @@ -1679,14 +1679,6 @@ void RenderWidgetHostImpl::DidUpdateBackingStore(
 | 
|    TRACE_EVENT0("renderer_host", "RenderWidgetHostImpl::DidUpdateBackingStore");
 | 
|    TimeTicks update_start = TimeTicks::Now();
 | 
|  
 | 
| -  // Move the plugins if the view hasn't already been destroyed.  Plugin moves
 | 
| -  // will not be re-issued, so must move them now, regardless of whether we
 | 
| -  // paint or not.  MovePluginWindows attempts to move the plugin windows and
 | 
| -  // in the process could dispatch other window messages which could cause the
 | 
| -  // view to be destroyed.
 | 
| -  if (view_)
 | 
| -    view_->MovePluginWindows(params.plugin_window_moves);
 | 
| -
 | 
|    NotificationService::current()->Notify(
 | 
|        NOTIFICATION_RENDER_WIDGET_HOST_DID_UPDATE_BACKING_STORE,
 | 
|        Source<RenderWidgetHost>(this),
 | 
| 
 |