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

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

Issue 2777903008: Removed deprecated WebVR functionality (Closed)
Patch Set: Another test re-baseline Created 3 years, 8 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 | « device/vr/android/gvr/gvr_device.h ('k') | device/vr/test/fake_vr_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a366246a81af5887872c4d38ba5384e2653268ca..9cbd038a4ea18047fb67695224e9ec454cd1f69e 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);
« no previous file with comments | « device/vr/android/gvr/gvr_device.h ('k') | device/vr/test/fake_vr_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698