| 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 05a10d083f994837e26238f6cb91988664655a1b..4119010714c4c9e8ac668d79197d74b132f454e9 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell_gl.cc
|
| +++ b/chrome/browser/android/vr_shell/vr_shell_gl.cc
|
| @@ -1381,18 +1381,6 @@ 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");
|
|
|