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

Unified Diff: content/public/common/content_switches.cc

Issue 14268004: Add overscroll edge effect animations for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 32b12370a3f19cd28543381f0a4b208c933e7f81..75c2fd0f0f31f6548c934445692a67109223dc47 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -749,6 +749,9 @@ const char kNetworkCountryIso[] = "network-country-iso";
// Set to enable compatibility with legacy WebView synchronous APIs.
const char kEnableWebViewSynchronousAPIs[] = "enable-webview-synchronous-apis";
+
+// Enables overscroll edge effects like those found in Android views.
+const char kEnableOverscrollEdgeEffect[] = "enable-overscroll-edge-effect";
#endif
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698