Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(827)

Unified Diff: content/browser/renderer_host/render_widget_host_impl.cc

Issue 257963003: Remove scroll_offset argument from MovePluginWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698