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

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

Issue 2902043005: [vr] Add incognito coloring (Closed)
Patch Set: merged changes from aldo and amp Created 3 years, 7 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_shell_gl.cc
diff --git a/chrome/browser/android/vr_shell/vr_shell_gl.cc b/chrome/browser/android/vr_shell/vr_shell_gl.cc
index 14a22becd74bfc2730231dd912f501a23375bc54..db0ea05f02268a560a189f451cd81ef95f8640d0 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.cc
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.cc
@@ -1180,8 +1180,8 @@ void VrShellGl::DrawUiView(const vr::Mat4f& head_pose,
DrawElements(view_proj_matrix, sorted_elements, draw_reticle);
if (draw_reticle) {
- DrawLaser(view_proj_matrix);
DrawController(view_proj_matrix);
+ DrawLaser(view_proj_matrix);
}
}
}

Powered by Google App Engine
This is Rietveld 408576698