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

Unified Diff: device/vr/test/fake_vr_device.h

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/test/fake_vr_device.h
diff --git a/device/vr/test/fake_vr_device.h b/device/vr/test/fake_vr_device.h
index 6dce775b403f449c3d36cc18ceb204d1e9097fe0..5c7568053485bb31f43b53d8be19036184f89814 100644
--- a/device/vr/test/fake_vr_device.h
+++ b/device/vr/test/fake_vr_device.h
@@ -25,7 +25,6 @@ class FakeVRDevice : public VRDevice {
// VRDevice
void CreateVRDisplayInfo(
const base::Callback<void(mojom::VRDisplayInfoPtr)>& on_created) override;
- void ResetPose() override;
void RequestPresent(mojom::VRSubmitFrameClientPtr submit_client,
const base::Callback<void(bool)>& callback) override;

Powered by Google App Engine
This is Rietveld 408576698