Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: third_party/WebKit/Source/core/exported/WebViewBase.h

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: Fixed the comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ebe4165520510c3d47bfa92c17ef6d5ccc094ddd..7b1316db8cdf2960758478fb14ecb8d98894c8d4 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 WebLocalFrameImpl;
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(WebScrollBoundaryBehavior) const = 0;
virtual Page* GetPage() const = 0;
virtual Frame* FocusedCoreFrame() const = 0;

Powered by Google App Engine
This is Rietveld 408576698