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

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

Issue 2878893003: VR: Poll media access flags (Closed)
Patch Set: Address Comments 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 | « chrome/browser/android/vr_shell/vr_shell_gl.h ('k') | 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/vr_shell_gl.cc
diff --git a/chrome/browser/android/vr_shell/vr_shell_gl.cc b/chrome/browser/android/vr_shell/vr_shell_gl.cc
index 5d013199042033fef8c551a80e37eb793a622dbb..f01b99050bb3fea50ca6adab9bfabf85bbcd28a0 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.cc
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.cc
@@ -1269,6 +1269,18 @@ void VrShellGl::SetControllerModel(std::unique_ptr<VrControllerModel> model) {
vr_shell_renderer_->GetControllerRenderer()->SetUp(std::move(model));
}
+void VrShellGl::SetAudioCapturingWarning(bool is_capturing) {
+ // TODO inform scene_;
+}
+
+void VrShellGl::SetVideoCapturingWarning(bool is_capturing) {
+ // TODO inform scene_;
+}
+
+void VrShellGl::SetScreenCapturingWarning(bool is_capturing) {
+ // TODO inform scene_;
+}
+
void VrShellGl::OnVSync() {
while (premature_received_frames_ > 0) {
TRACE_EVENT0("gpu", "VrShellGl::OnWebVRFrameAvailableRetry");
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_gl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698