Chromium Code Reviews| Index: chrome/browser/android/vr_shell/easing.h |
| diff --git a/chrome/browser/android/vr_shell/easing.h b/chrome/browser/android/vr_shell/easing.h |
| index c3a025e9a2b8f500c8b4d163f968c0fbfb62d5a4..2ef0617cc686822193d553f50e9e0b4563690fee 100644 |
| --- a/chrome/browser/android/vr_shell/easing.h |
| +++ b/chrome/browser/android/vr_shell/easing.h |
| @@ -15,7 +15,7 @@ enum EasingType { |
| LINEAR = 0, |
| CUBICBEZIER, |
| EASEIN, |
| - EASEOUT |
| + EASEOUT, |
| }; |
| // Abstract base class for custom interpolators, mapping linear input between |