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

Unified Diff: chrome/browser/android/vr_shell/ui_elements.h

Issue 2705293002: Chrome VR clang-format cleanup (Closed)
Patch Set: Rebase to ToT. Created 3 years, 10 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
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 {
« no previous file with comments | « chrome/browser/android/vr_shell/non_presenting_gvr_delegate.cc ('k') | chrome/browser/android/vr_shell/ui_elements.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698