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

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

Issue 2907203002: VR: Soften the floor grid (Closed)
Patch Set: nit 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 9fffc436ee9f0a78ff6d5f6c7e52667724842335..a37e656752a566e17bf4401d814e8fa98133b07f 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.cc
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.cc
@@ -1262,7 +1262,8 @@ void VrShellGl::DrawElement(const vr::Mat4f& view_proj_matrix,
case Fill::GRID_GRADIENT: {
vr_shell_renderer_->GetGradientGridRenderer()->Draw(
transform, element.edge_color(), element.center_color(),
- element.gridline_count(), element.computed_opacity());
+ element.grid_color(), element.gridline_count(),
+ element.computed_opacity());
break;
}
case Fill::CONTENT: {
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc ('k') | chrome/browser/android/vr_shell/vr_shell_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698