| 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 1ca49b4e402412afe8f5e5282ec3a5df73b00661..50d8b5895a34efdfb1cdf42ec68dfec96b175fdb 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.cc
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.cc
|
| @@ -246,6 +246,7 @@ void CrossProcessFrameConnector::OnFrameRectChanged(
|
|
|
| void CrossProcessFrameConnector::OnUpdateViewportIntersection(
|
| const gfx::Rect& viewport_intersection) {
|
| + viewport_intersection_rect_ = viewport_intersection;
|
| if (view_)
|
| view_->UpdateViewportIntersection(viewport_intersection);
|
| }
|
|
|