| Index: third_party/WebKit/Source/core/input/ScrollManager.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/input/ScrollManager.cpp b/third_party/WebKit/Source/core/input/ScrollManager.cpp
 | 
| index 5ddbc2dbe6eacbe99c0804fb82e763d2da5b9ca9..3e6d4638681cfec8e6e42006dd88d629884d2035 100644
 | 
| --- a/third_party/WebKit/Source/core/input/ScrollManager.cpp
 | 
| +++ b/third_party/WebKit/Source/core/input/ScrollManager.cpp
 | 
| @@ -361,7 +361,7 @@ WebInputEventResult ScrollManager::passScrollGestureEventToWidget(
 | 
|        !layoutObject->isLayoutPart())
 | 
|      return WebInputEventResult::NotHandled;
 | 
|  
 | 
| -  FrameViewBase* frameViewBase = toLayoutPart(layoutObject)->widget();
 | 
| +  FrameViewBase* frameViewBase = toLayoutPart(layoutObject)->frameViewBase();
 | 
|  
 | 
|    if (!frameViewBase || !frameViewBase->isFrameView())
 | 
|      return WebInputEventResult::NotHandled;
 | 
| 
 |