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

Unified Diff: chrome/browser/about_flags.cc

Issue 1749573002: CC Animation: Erase old animation system in UI Compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eraseblink
Patch Set: 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 85670103348886814da954e53f8eca6d93578674..4dd262bcc8b124ac79670bbc6f4641f8d809cc0a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1788,13 +1788,6 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-scroll-anchoring", IDS_FLAGS_ENABLE_SCROLL_ANCHORING_NAME,
IDS_FLAGS_ENABLE_SCROLL_ANCHORING_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(features::kScrollAnchoring)},
-#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)},
-#endif // !defined(OS_ANDROID)
{"enable-audio-support-for-desktop-share",
IDS_FLAG_ENABLE_AUDIO_FOR_DESKTOP_SHARE,
IDS_FLAG_ENABLE_AUDIO_FOR_DESKTOP_SHARE_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698