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

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

Issue 2903673002: VR: Update UiSceneManager with screen capturing flag (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/ui_scene_manager.cc
diff --git a/chrome/browser/android/vr_shell/ui_scene_manager.cc b/chrome/browser/android/vr_shell/ui_scene_manager.cc
index 32efa09a4e6ab84ebb23c085b7020add7e804e47..36ffb6718652d53745b2f52e8c65b298ea2bddb0 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager.cc
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.cc
@@ -359,7 +359,7 @@ void UiSceneManager::SetVideoCapturingIndicator(bool enabled) {
}
void UiSceneManager::SetScreenCapturingIndicator(bool enabled) {
- // TODO(asimjour) add the indicator and change the visibility here.
+ screen_capture_indicator_->set_visible(enabled);
cjgrant 2017/05/23 19:16:23 I think you need to cover the WebVR case, where th
}
void UiSceneManager::SetWebVrSecureOrigin(bool secure) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698