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 4677ee013f27e38af42dff3578292684e2e6aff9..17f6306b95d23ce349ccc606515bb0f00e633761 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp |
@@ -1874,6 +1874,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(); |
} |