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

Unified Diff: chrome/browser/about_flags.cc

Issue 1689563004: CC Animation: Expose disable-compositor-animation-timelines in about/flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format. Created 4 years, 10 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index f03acc0b46640678f0cf15405ecdb2b95b363226..113791e56999de30a00c4890712bea04078e140e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1788,6 +1788,11 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-scroll-anchoring", IDS_FLAGS_ENABLE_SCROLL_ANCHORING_NAME,
IDS_FLAGS_ENABLE_SCROLL_ANCHORING_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(features::kScrollAnchoring)},
+ {"disable-compositor-animation-timelines",
+ IDS_FLAGS_DISABLE_COMPOSITOR_ANIMATION_TIMELINES,
+ IDS_FLAGS_DISABLE_COMPOSITOR_ANIMATION_TIMELINES_DESCRIPTION,
+ kOsAll, SINGLE_DISABLE_VALUE_TYPE(
+ switches::kDisableCompositorAnimationTimelines)},
#if !defined(OS_ANDROID)
{"ui-disable-compositor-animation-timelines",
IDS_FLAGS_DISABLE_UI_COMPOSITOR_ANIMATION_TIMELINES,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698