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

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

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.cc ('k') | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | 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.h
diff --git a/chrome/browser/android/vr_shell/vr_shell_gl.h b/chrome/browser/android/vr_shell/vr_shell_gl.h
index 277ddfa4ecb87155da930820c7d98284bbdda60c..b1c3fc387cb50666531b3dd518fa01cd44744caa 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.h
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
@@ -108,6 +108,10 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
void SetSubmitClient(
device::mojom::VRSubmitFrameClientPtrInfo submit_client_info);
+ void SetAudioCapturingWarning(bool is_capturing);
+ void SetVideoCapturingWarning(bool is_capturing);
+ void SetScreenCapturingWarning(bool is_capturing);
+
private:
void GvrInit(gvr_context* gvr_api);
void InitializeRenderer();
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698