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

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: 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 320a6df31fd6205c5e56f1df197e50dc0e65af0d..a7341c109048d0f725a52b914ebef27ac504f1cb 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -769,4 +769,11 @@ const char kEnableVsyncNotification[] = "enable-vsync-notification";
const char kEnableOverscrollHistoryNavigation[] =
"enable-overscroll-history-navigation";
+#if defined(OS_ANDROID)
+// Enables overscroll edge effects like those found in Android views.
+const char kEnableOverscrollEdgeEffect[] =
aelias_OOO_until_Jul13 2013/04/22 23:46:48 No switch should be needed for this.
+ "enable-overscroll-edge-effect";
+
+#endif
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698