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

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

Issue 889403004: Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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/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 e8d16c8a513df9a032066b07e72030e96c4a62c0..3c412a0a9892c77c1f7ed302d86818ba6c7e1246 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.cc
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc
@@ -867,8 +867,8 @@ void BrowserPluginGuest::OnShowPopup(
#endif
void BrowserPluginGuest::OnShowWidget(int route_id,
- const gfx::Rect& initial_pos) {
- GetWebContents()->ShowCreatedWidget(route_id, initial_pos);
+ const gfx::Rect& initial_rect) {
+ GetWebContents()->ShowCreatedWidget(route_id, initial_rect);
}
void BrowserPluginGuest::OnTakeFocus(bool reverse) {
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_guest.h ('k') | content/browser/frame_host/interstitial_page_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698