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

Unified Diff: chrome/browser/android/vr_shell/vr_gl_thread.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_gl_thread.cc
diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.cc b/chrome/browser/android/vr_shell/vr_gl_thread.cc
index 5df4ae9a8a89fce172db4fde775f217fd5cbea58..ea967824f06baae4ff12280a496078a45072a070 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.cc
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.cc
@@ -32,12 +32,10 @@ VrGLThread::~VrGLThread() {
}
void VrGLThread::Init() {
- vr_shell_gl_.reset(new VrShellGl(std::move(weak_vr_shell_),
- std::move(delegate_provider_),
- std::move(main_thread_task_runner_),
- gvr_api_,
- initially_web_vr_,
- reprojected_rendering_));
+ vr_shell_gl_.reset(
+ new VrShellGl(std::move(weak_vr_shell_), std::move(delegate_provider_),
+ std::move(main_thread_task_runner_), gvr_api_,
+ initially_web_vr_, reprojected_rendering_));
weak_vr_shell_gl_ = vr_shell_gl_->GetWeakPtr();
vr_shell_gl_->Initialize();
}
« no previous file with comments | « chrome/browser/android/vr_shell/vr_compositor.cc ('k') | chrome/browser/android/vr_shell/vr_input_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698