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"); |