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

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

Issue 2887773008: Update fullscreen ux, make floor and ceiling visible. (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/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 ef917ad5e75a5ee9047b1b309d50fb326c1c7d46..32ebe685d69c888b7fd6eaed430cf75d1627cee6 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager.h
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
@@ -66,6 +66,9 @@ class UiSceneManager {
UiElement* permanent_security_warning_ = nullptr;
UiElement* transient_security_warning_ = nullptr;
UiElement* main_content_ = nullptr;
+ UiElement* ceiling_ = nullptr;
cjgrant 2017/05/18 16:07:16 It really is looking like scene manager should own
amp 2017/05/18 16:15:33 I threw this together to get it working quickly in
+ UiElement* floor_ = nullptr;
+ UiElement* floor_grid_ = nullptr;
UiElement* audio_input_indicator_ = nullptr;
UiElement* video_input_indicator_ = nullptr;
UrlBar* url_bar_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698