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

Unified Diff: chrome/browser/android/vr_shell/ui_scene_manager_unittest.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
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager.cc ('k') | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc
diff --git a/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc b/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc
index ae49e7c7c3fa006c0a658521e206a6073c162e3b..dcbfd27a8662db9b28d0c705217022c738c1a97c 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc
+++ b/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc
@@ -197,14 +197,12 @@ TEST_F(UiSceneManagerTest, UiUpdatesForIncognito) {
TEST_F(UiSceneManagerTest, UiUpdatesForFullscreenChanges) {
std::set<UiElementDebugId> visible_in_browsing = {
- UiElementDebugId::kContentQuad, UiElementDebugId::kBackplane,
- UiElementDebugId::kCeiling, UiElementDebugId::kFloor,
- UiElementDebugId::kFloorGrid, UiElementDebugId::kUrlBar,
- UiElementDebugId::kLoadingIndicator};
+ UiElementDebugId::kContentQuad, UiElementDebugId::kBackplane,
+ UiElementDebugId::kCeiling, UiElementDebugId::kFloor,
+ UiElementDebugId::kUrlBar, UiElementDebugId::kLoadingIndicator};
std::set<UiElementDebugId> visible_in_fullscreen = {
UiElementDebugId::kContentQuad, UiElementDebugId::kBackplane,
- UiElementDebugId::kCeiling, UiElementDebugId::kFloor,
- UiElementDebugId::kFloorGrid};
+ UiElementDebugId::kCeiling, UiElementDebugId::kFloor};
MakeManager(kNotInCct, kNotInWebVr);
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager.cc ('k') | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698