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

Unified Diff: chrome/browser/about_flags.cc

Issue 2615643002: ui: Add debug flag for slowing down all UI animations. (Closed)
Patch Set: Created 3 years, 11 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index a9babd3d25d6048b81d58cb58502cbf23bc4d009..72bbde61a983a1ce3e8589e22148c1cd6a13aab3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -729,6 +729,10 @@ const FeatureEntry kFeatureEntries[] = {
{"composited-layer-borders", IDS_FLAGS_COMPOSITED_LAYER_BORDERS,
IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION, kOsAll,
SINGLE_VALUE_TYPE(cc::switches::kShowCompositedLayerBorders)},
+ {"ui-slow-animations",
+ IDS_FLAGS_UI_SLOW_ANIMATIONS_NAME,
+ IDS_FLAGS_UI_SLOW_ANIMATIONS_DESCRIPTION, kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kUISlowAnimations)},
{"gl-composited-texture-quad-borders",
IDS_FLAGS_GL_COMPOSITED_TEXTURE_QUAD_BORDERS,
IDS_FLAGS_GL_COMPOSITED_TEXTURE_QUAD_BORDERS_DESCRIPTION, kOsAll,

Powered by Google App Engine
This is Rietveld 408576698