| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp | 
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp | 
| index c30f0442862025bbce8c46bf6b49d547409832da..98063fcc63a0f92eb7eb372293a1b4440d15af37 100644 | 
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp | 
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp | 
| @@ -766,8 +766,8 @@ void WebFrameWidgetImpl::SetRemoteViewportIntersection( | 
| // Remote viewports are only applicable to local frames with remote ancestors. | 
| DCHECK(local_root_->Parent() && local_root_->Parent()->IsWebRemoteFrame()); | 
|  | 
| -  if (local_root_->GetFrameView()) { | 
| -    local_root_->GetFrameView()->SetViewportIntersectionFromParent( | 
| +  if (local_root_->GetFrame()) { | 
| +    local_root_->GetFrame()->SetViewportIntersectionFromParent( | 
| viewport_intersection); | 
| } | 
| } | 
|  |