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

Unified Diff: device/vr/vr_client_dispatcher.h

Issue 2317483002: Add support of vrdisplayconnect and vrdisplaydisconnect event (Closed)
Patch Set: fix missing brace Created 4 years, 3 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_provider.cc ('k') | device/vr/vr_device_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_client_dispatcher.h
diff --git a/device/vr/vr_client_dispatcher.h b/device/vr/vr_client_dispatcher.h
index 7be327708daa54058e2b5a21dccd4762a5fc443c..692769a5124079a50a08ce9f873da5c876fd1169 100644
--- a/device/vr/vr_client_dispatcher.h
+++ b/device/vr/vr_client_dispatcher.h
@@ -9,9 +9,13 @@
namespace device {
+class VRDevice;
+
class VRClientDispatcher {
public:
virtual void OnDeviceChanged(VRDisplayPtr device) = 0;
+ virtual void OnDeviceConnectionStatusChanged(VRDevice* device,
+ bool is_connected) = 0;
};
} // namespace device
« no previous file with comments | « device/vr/android/gvr/gvr_device_provider.cc ('k') | device/vr/vr_device_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698