Index: third_party/WebKit/Source/core/exported/WebViewBase.h |
diff --git a/third_party/WebKit/Source/core/exported/WebViewBase.h b/third_party/WebKit/Source/core/exported/WebViewBase.h |
index 218e429af9e154eae0346cdb7d6c08141440ff12..29df2a26750043ebe3d28d4dae963a8cd0c2b552 100644 |
--- a/third_party/WebKit/Source/core/exported/WebViewBase.h |
+++ b/third_party/WebKit/Source/core/exported/WebViewBase.h |
@@ -39,6 +39,7 @@ class WebLayer; |
class WebLocalFrameBase; |
class WebLayerTreeView; |
class WebPagePopupImpl; |
+struct WebScrollBoundaryBehavior; |
class WebSettingsImpl; |
struct WebRect; |
@@ -62,6 +63,7 @@ class WebViewBase : public WebView, public RefCounted<WebViewBase> { |
virtual void SetCompositorDeviceScaleFactorOverride(float) = 0; |
virtual void SetDeviceEmulationTransform(const TransformationMatrix&) = 0; |
virtual void SetShowDebugBorders(bool) = 0; |
+ virtual void SetScrollBoundaryBehavior(const WebScrollBoundaryBehavior&) = 0; |
virtual Page* GetPage() const = 0; |
virtual Frame* FocusedCoreFrame() const = 0; |