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 8c7c187c2c9be45b8063ddd6b65b24d49f453561..06ec34e61aaeb525875880e206457eae9beced6d 100644 |
--- a/chrome/browser/android/vr_shell/ui_scene_manager.h |
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.h |
@@ -51,6 +51,7 @@ class UiSceneManager { |
// These methods are currently stubbed. |
void SetHistoryButtonsEnabled(bool can_go_back, bool can_go_forward); |
+ void OnGLInitialized(); |
void OnAppButtonClicked(); |
void OnAppButtonGesturePerformed(UiInterface::Direction direction); |
@@ -113,6 +114,8 @@ class UiSceneManager { |
TransientUrlBar* transient_url_bar_ = nullptr; |
LoadingIndicator* loading_indicator_ = nullptr; |
+ std::vector<UiElement*> system_indicators_; |
+ |
bool in_cct_; |
bool web_vr_mode_; |
bool web_vr_autopresented_ = false; |