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

Unified Diff: device/vr/android/gvr/gvr_device.cc

Issue 2777903008: Removed deprecated WebVR functionality (Closed)
Patch Set: Created 3 years, 9 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
Index: device/vr/android/gvr/gvr_device.cc
diff --git a/device/vr/android/gvr/gvr_device.cc b/device/vr/android/gvr/gvr_device.cc
index 19238a19dfb03f2b74702cc2d67b0c21b7f6f750..e7e5d197d92d42afa91fdcc140cd42dd6ce193a3 100644
--- a/device/vr/android/gvr/gvr_device.cc
+++ b/device/vr/android/gvr/gvr_device.cc
@@ -34,12 +34,6 @@ void GvrDevice::CreateVRDisplayInfo(
}
}
-void GvrDevice::ResetPose() {
- GvrDelegate* delegate = GetGvrDelegate();
- if (delegate)
- delegate->ResetPose();
-}
-
void GvrDevice::RequestPresent(mojom::VRSubmitFrameClientPtr submit_client,
const base::Callback<void(bool)>& callback) {
gvr_provider_->RequestPresent(std::move(submit_client), callback);

Powered by Google App Engine
This is Rietveld 408576698