| 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 aca563695e6e58bce68c4dbbe35e26336812460c..f31909eb4d9266d9b9b22d635bb303e38d484363 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -1842,6 +1842,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();
|
| }
|
|
|