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

Unified Diff: device/vr/vr_device_provider.h

Issue 2420743003: mojo VR interface simplified (Closed)
Patch Set: Address bajones@ comments and some clean up Created 4 years, 2 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/vr_device_provider.h
diff --git a/device/vr/vr_device_provider.h b/device/vr/vr_device_provider.h
index f388278cf956002cf65aca1fdb116e508c02af5a..0a0d2abd48f7d75d90697039a97616e2d034037c 100644
--- a/device/vr/vr_device_provider.h
+++ b/device/vr/vr_device_provider.h
@@ -23,8 +23,6 @@ class VRDeviceProvider {
virtual void Initialize() = 0;
virtual void PollEvents() {}
-
- virtual void SetClient(VRClientDispatcher* client) {}
};
} // namespace device

Powered by Google App Engine
This is Rietveld 408576698