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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.cc

Issue 953243002: Cleanup BrowserPlugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 10 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
« no previous file with comments | « no previous file | content/common/browser_plugin/browser_plugin_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/browser_plugin_guest.cc
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
index a29b56d7791d0a0ac3672b85cf3ef7ceeea7db30..111e7a0812e659d525ecec153f0c4a7bc7889edd 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.cc
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc
@@ -236,7 +236,7 @@ void BrowserPluginGuest::InitInternal(
UpdateVisibility();
is_full_page_plugin_ = params.is_full_page_plugin;
- guest_window_rect_ = gfx::Rect(params.origin, params.view_size);
+ guest_window_rect_ = params.view_rect;
if (owner_web_contents_ != owner_web_contents) {
WebContentsViewGuest* new_view =
« no previous file with comments | « no previous file | content/common/browser_plugin/browser_plugin_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698