| Index: content/browser/frame_host/cross_process_frame_connector.cc
|
| diff --git a/content/browser/frame_host/cross_process_frame_connector.cc b/content/browser/frame_host/cross_process_frame_connector.cc
|
| index b56680ddfbc2a0466ab21b1467d4c4e2b4b5abca..6010267d172e33ab0fcae98000eeb3cae8bfac85 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.cc
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.cc
|
| @@ -324,7 +324,7 @@ void CrossProcessFrameConnector::SetRect(const gfx::Rect& frame_rect) {
|
| gfx::Rect old_rect = child_frame_rect_;
|
| child_frame_rect_ = frame_rect;
|
| if (view_) {
|
| - view_->SetBounds(frame_rect);
|
| + view_->RequestTopLevelBoundsInScreen(frame_rect);
|
|
|
| // Other local root frames nested underneath this one implicitly have their
|
| // view rects changed when their ancestor is repositioned, and therefore
|
|
|