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

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

Issue 2915143002: VR: Soften the floor grid (Closed)
Patch Set: 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 a68f6f8d19889be3e8a2a44f770a77a3d37852f8..f42f9da9e9ec82608ebd8c41a6b28df16ecb7106 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.cc
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.cc
@@ -1261,7 +1261,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