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

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

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: Rebase Created 3 years, 4 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/WebViewImpl.h
diff --git a/third_party/WebKit/Source/core/exported/WebViewImpl.h b/third_party/WebKit/Source/core/exported/WebViewImpl.h
index cfbd48a01a064c0ca9eeeafcaf07a650f3402e72..fcde29d51d97ab6b696f450e1be7c6efcb2f6528 100644
--- a/third_party/WebKit/Source/core/exported/WebViewImpl.h
+++ b/third_party/WebKit/Source/core/exported/WebViewImpl.h
@@ -458,6 +458,8 @@ class CORE_EXPORT WebViewImpl final
// changed.
void DidUpdateBrowserControls();
+ void SetScrollBoundaryBehavior(const WebScrollBoundaryBehavior&);
+
void ForceNextWebGLContextCreationToFail() override;
void ForceNextDrawingBufferCreationToFail() override;
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebFrameTest.cpp ('k') | third_party/WebKit/Source/core/exported/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698