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

Unified Diff: ui/base/animation/tween.h

Issue 16105005: Cleanup legacy flags and switches (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more Created 7 years, 7 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 | « chromeos/chromeos_switches.cc ('k') | ui/base/animation/tween.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/animation/tween.h
diff --git a/ui/base/animation/tween.h b/ui/base/animation/tween.h
index ee7e4a6efe3a6180fb4ec30bc29c90a2db4a3e54..6e2f17977bc45f4bc8f64967213343b95c7e987a 100644
--- a/ui/base/animation/tween.h
+++ b/ui/base/animation/tween.h
@@ -17,8 +17,6 @@ class UI_EXPORT Tween {
enum Type {
LINEAR, // Linear.
EASE_OUT, // Fast in, slow out (default).
- EASE_OUT_2, // Variant of EASE_OUT, that starts out slower.
- EASE_OUT_3, // Variant of EASE_OUT_2, that starts out slower.
EASE_IN, // Slow in, fast out.
EASE_IN_2, // Variant of EASE_IN that starts out slower.
EASE_IN_OUT, // Slow in and out, fast in the middle.
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | ui/base/animation/tween.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698