| 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);
|
| }
|
| }
|
| }
|
|
|