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

Unified Diff: chrome/browser/android/vr_shell/vr_compositor.cc

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/vr_compositor.cc
diff --git a/chrome/browser/android/vr_shell/vr_compositor.cc b/chrome/browser/android/vr_shell/vr_compositor.cc
index de60da7dd488b5c21f27909756e3460720ebed81..a5dd9ebd8cca5a22f578368cd1ad6abbe612e03b 100644
--- a/chrome/browser/android/vr_shell/vr_compositor.cc
+++ b/chrome/browser/android/vr_shell/vr_compositor.cc
@@ -16,8 +16,7 @@
namespace vr_shell {
VrCompositor::VrCompositor(ui::WindowAndroid* window, bool transparent)
- : background_color_(SK_ColorWHITE),
- transparent_(transparent) {
+ : background_color_(SK_ColorWHITE), transparent_(transparent) {
compositor_.reset(content::Compositor::Create(this, window));
compositor_->SetHasTransparentBackground(transparent);
}
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_unittest.cc ('k') | chrome/browser/android/vr_shell/vr_gl_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698