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 3477d205a1cb5777a5f976425c3b34b3d0d5bf5b..a36115ff6484438e122024690f17b036768c2267 100644 |
--- a/third_party/WebKit/Source/core/exported/WebViewBase.h |
+++ b/third_party/WebKit/Source/core/exported/WebViewBase.h |
@@ -40,6 +40,7 @@ class WebLayer; |
class WebLocalFrameImpl; |
class WebLayerTreeView; |
class WebPagePopupImpl; |
+struct WebScrollBoundaryBehavior; |
class WebSettingsImpl; |
struct WebRect; |
@@ -63,6 +64,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; |