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

Unified Diff: chrome/browser/about_flags.cc

Issue 1662793003: UI Compositor: Disable external animation host for ui::Compositor (Aura) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fixtests
Patch Set: Rebase. 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') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('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 8cb91ea8bb183cb35ff36d1576a0d40cd9be9f83..269056610910323cf09b9cb0e97c3c45a42b80c9 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1794,11 +1794,11 @@ const FeatureEntry kFeatureEntries[] = {
kOsAll, SINGLE_DISABLE_VALUE_TYPE(
switches::kDisableCompositorAnimationTimelines)},
#if !defined(OS_ANDROID)
- {"ui-disable-compositor-animation-timelines",
- IDS_FLAGS_DISABLE_UI_COMPOSITOR_ANIMATION_TIMELINES,
- IDS_FLAGS_DISABLE_UI_COMPOSITOR_ANIMATION_TIMELINES_DESCRIPTION,
- kOsDesktop, SINGLE_DISABLE_VALUE_TYPE(
- switches::kUIDisableCompositorAnimationTimelines)},
+ {"ui-enable-compositor-animation-timelines",
+ IDS_FLAGS_ENABLE_UI_COMPOSITOR_ANIMATION_TIMELINES,
+ IDS_FLAGS_ENABLE_UI_COMPOSITOR_ANIMATION_TIMELINES_DESCRIPTION,
+ kOsDesktop, SINGLE_VALUE_TYPE(
+ switches::kUIEnableCompositorAnimationTimelines)},
#endif // !defined(OS_ANDROID)
{"enable-audio-support-for-desktop-share",
IDS_FLAG_ENABLE_AUDIO_FOR_DESKTOP_SHARE,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698