| 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 97202d478f8967ea0538a41088deb35647663e78..df55f11c3e0492738e1d8bd01ed993f342f33001 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -1882,6 +1882,12 @@ void WebViewImpl::DidUpdateBrowserControls() {
|
| }
|
| }
|
|
|
| +void WebViewImpl::SetScrollBoundaryBehavior(
|
| + WebScrollBoundaryBehavior scroll_boundary_behavior) const {
|
| + if (layer_tree_view_)
|
| + layer_tree_view_->SetScrollBoundaryBehavior(scroll_boundary_behavior);
|
| +}
|
| +
|
| BrowserControls& WebViewImpl::GetBrowserControls() {
|
| return GetPage()->GetBrowserControls();
|
| }
|
|
|