| Index: ui/base/animation/tween.h
|
| diff --git a/ui/base/animation/tween.h b/ui/base/animation/tween.h
|
| index b8b58c7388aa034e4b02bbcb07b6f1373f5d1872..fc3984cabe9b59cecb00e9d1039372e449db9ae8 100644
|
| --- a/ui/base/animation/tween.h
|
| +++ b/ui/base/animation/tween.h
|
| @@ -18,6 +18,7 @@ class UI_EXPORT Tween {
|
| 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.
|
|
|