| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
 | 
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
 | 
| index 8eb25342e218c748394af924dcb0be61fe7569fe..cf30cd0b180b14cea5010eac1ce132ad9ed12397 100644
 | 
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
 | 
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
 | 
| @@ -1835,6 +1835,12 @@ void WebViewImpl::DidUpdateBrowserControls() {
 | 
|    }
 | 
|  }
 | 
|  
 | 
| +void WebViewImpl::SetScrollBoundaryBehavior(
 | 
| +    const WebScrollBoundaryBehavior& scroll_boundary_behavior) {
 | 
| +  if (layer_tree_view_)
 | 
| +    layer_tree_view_->SetScrollBoundaryBehavior(scroll_boundary_behavior);
 | 
| +}
 | 
| +
 | 
|  BrowserControls& WebViewImpl::GetBrowserControls() {
 | 
|    return GetPage()->GetBrowserControls();
 | 
|  }
 | 
| 
 |