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

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

Issue 2914623003: [VrShell] Centralize color handling and enable close button on fullscreen (Closed)
Patch Set: update fullscreen colors, try to get them to show up on mode switch 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 4f63b8d334394ff1a173b5a78ac31c1b2869747d..f196c2aca245f2b3b9df9bad8366986bb4d53616 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager.h
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
@@ -87,6 +87,7 @@ class UiSceneManager {
UiElement* ceiling_ = nullptr;
UiElement* floor_ = nullptr;
UiElement* floor_grid_ = nullptr;
+ UiElement* close_button_ = nullptr;
UrlBar* url_bar_ = nullptr;
LoadingIndicator* loading_indicator_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698