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

Unified Diff: chrome/browser/about_flags.cc

Issue 1739743003: Blink Compositor Animation: Erase old animation system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation. 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 307833662ae3ef80075b5fe2d9e2544f659d7d7e..85670103348886814da954e53f8eca6d93578674 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1788,11 +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)},
- {"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,

Powered by Google App Engine
This is Rietveld 408576698