| 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.
|
|
|