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

Unified Diff: device/vr/vr_device_provider.h

Issue 2494733002: Reland of mojo VR interface simpified. (Closed)
Patch Set: Fix Werror Created 4 years, 1 month 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/vr_device_manager_unittest.cc ('k') | device/vr/vr_display_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..2793cbc27989748bc8398bcfdc5a04de501c1559 100644
--- a/device/vr/vr_device_provider.h
+++ b/device/vr/vr_device_provider.h
@@ -9,8 +9,8 @@
namespace device {
-class VRClientDispatcher;
class VRDevice;
+class VRServiceImpl;
class VRDeviceProvider {
public:
@@ -23,8 +23,6 @@ class VRDeviceProvider {
virtual void Initialize() = 0;
virtual void PollEvents() {}
-
- virtual void SetClient(VRClientDispatcher* client) {}
};
} // namespace device
« no previous file with comments | « device/vr/vr_device_manager_unittest.cc ('k') | device/vr/vr_display_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698