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

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

Issue 2891503002: VR: UiElement for Screen Capture indicator (Closed)
Patch Set: rebase 2 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 931810e702da55f1cf92eafd28246942984b183d..b6b8deac016546adc29932cd133e57c93e6d1347 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager.h
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
@@ -75,6 +75,7 @@ class UiSceneManager {
UiElement* main_content_ = nullptr;
UiElement* audio_capture_indicator_ = nullptr;
UiElement* video_capture_indicator_ = nullptr;
+ UiElement* screen_capture_indicator_ = nullptr;
UiElement* screen_dimmer_ = nullptr;
UrlBar* url_bar_ = nullptr;
LoadingIndicator* loading_indicator_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698