| Index: chrome/browser/android/vr_shell/ui_elements.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements.h b/chrome/browser/android/vr_shell/ui_elements.h
|
| index bb4c33e29ea9d262362f35172ff9484a1e7c2602..ec6d78a0f93bcecc35efc457764660aca2e877ab 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements.h
|
| @@ -19,13 +19,13 @@ class Animation;
|
| enum XAnchoring {
|
| XNONE = 0,
|
| XLEFT,
|
| - XRIGHT
|
| + XRIGHT,
|
| };
|
|
|
| enum YAnchoring {
|
| YNONE = 0,
|
| YTOP,
|
| - YBOTTOM
|
| + YBOTTOM,
|
| };
|
|
|
| enum Fill {
|
| @@ -41,7 +41,7 @@ enum Fill {
|
| // The element is filled with the content web site. Only one content element
|
| // may be added to the
|
| // scene.
|
| - CONTENT = 4
|
| + CONTENT = 4,
|
| };
|
|
|
| struct ReversibleTransform {
|
|
|