| 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) {
|
|
|