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

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: Cleanup and layer attachment fixes Created 7 years, 8 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 e50916b40f019994f70a4f5e7ad2ba384de8f25e..13de8bb26cf49903a732a65ef7b210b1333e3456 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -783,4 +783,9 @@ const char kEnableOverscrollHistoryNavigation[] =
// Enables 'image/webp' accept header for image requests.
const char kEnableWebPInAcceptHeader[] = "enable-webp-in-accept-header";
+#if defined(OS_ANDROID)
+// Enables overscroll edge effects like those found in Android views.
+const char kEnableOverscrollEdgeEffect[] = "enable-overscroll-edge-effect";
+#endif
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698