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

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

Issue 2844313002: Add VR gradient and grid background to non-WebVR scene. (Closed)
Patch Set: Created 3 years, 8 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 62f2f98ac8e0917278ecbe0a448faec751968b12..9a5a3b141f2ce50958c9f75c741f5ef21852bac0 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager.h
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
@@ -40,6 +40,8 @@ class UiSceneManager {
bool web_vr_mode_ = false;
bool secure_origin_ = false;
+ std::vector<UiElement*> browser_ui_elements_;
+
base::OneShotTimer security_warning_timer_;
base::WeakPtrFactory<UiSceneManager> weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698