Index: third_party/WebKit/Source/core/exported/WebViewImpl.cpp |
diff --git a/third_party/WebKit/Source/core/exported/WebViewImpl.cpp b/third_party/WebKit/Source/core/exported/WebViewImpl.cpp |
index 5cbf3f3d292e049b6fc2694f2ade16db89577cd9..2d72f34422eaa0d54cb7b547df3cc8a4bced6a44 100644 |
--- a/third_party/WebKit/Source/core/exported/WebViewImpl.cpp |
+++ b/third_party/WebKit/Source/core/exported/WebViewImpl.cpp |
@@ -1858,6 +1858,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(); |
} |