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

Unified Diff: chrome/browser/android/vr_shell/ui_scene_manager.h

Issue 2887773008: Update fullscreen ux, make floor and ceiling visible. (Closed)
Patch Set: adjust tests to fail if a new added element becomes visible at some future point 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/ui_scene_manager.h
diff --git a/chrome/browser/android/vr_shell/ui_scene_manager.h b/chrome/browser/android/vr_shell/ui_scene_manager.h
index b6b8deac016546adc29932cd133e57c93e6d1347..cf2ae941d42dc9c93de0a9808811bddd41b82564 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager.h
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
@@ -10,6 +10,7 @@
#include "base/timer/timer.h"
#include "base/values.h"
#include "chrome/browser/android/vr_shell/ui_interface.h"
+#include "device/vr/vr_types.h"
class GURL;
@@ -59,6 +60,8 @@ class UiSceneManager {
void CreateExitWarning();
void ConfigureScene();
+ void ConfigureBackgroundColor(vr::Colorf center_color,
+ vr::Colorf horizon_color);
void ConfigureSecurityWarnings();
void OnSecurityWarningTimer();
void OnBackButtonClicked();
@@ -77,6 +80,9 @@ class UiSceneManager {
UiElement* video_capture_indicator_ = nullptr;
UiElement* screen_capture_indicator_ = nullptr;
UiElement* screen_dimmer_ = nullptr;
+ UiElement* ceiling_ = nullptr;
+ UiElement* floor_ = nullptr;
+ UiElement* floor_grid_ = nullptr;
UrlBar* url_bar_ = nullptr;
LoadingIndicator* loading_indicator_ = nullptr;
« no previous file with comments | « chrome/browser/android/vr_shell/ui_elements/ui_element_debug_id.h ('k') | chrome/browser/android/vr_shell/ui_scene_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698