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

Unified Diff: device/vr/vr_device_manager.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/vr_client_dispatcher.h ('k') | device/vr/vr_device_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_device_manager.h
diff --git a/device/vr/vr_device_manager.h b/device/vr/vr_device_manager.h
index 10bd99ac027b7e2d600cf3b31d4fdbbd959477c2..efb8988b107d488676e5854e5f520fab59b625bf 100644
--- a/device/vr/vr_device_manager.h
+++ b/device/vr/vr_device_manager.h
@@ -51,6 +51,8 @@ class VRDeviceManager : public VRClientDispatcher {
// VRClientDispatcher implementation
void OnDeviceChanged(VRDisplayPtr device) override;
+ void OnDeviceConnectionStatusChanged(VRDevice* device,
+ bool is_connected) override;
private:
friend class VRDeviceManagerTest;
« no previous file with comments | « device/vr/vr_client_dispatcher.h ('k') | device/vr/vr_device_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698