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

Unified Diff: device/vr/vr_device_manager.h

Issue 2343023002: Switch WebVR to handle GvrApi management through VrShellDelegate (Closed)
Patch Set: Renamed onNativeLibraryReady to initializeNative 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 efb8988b107d488676e5854e5f520fab59b625bf..c7e70f5cf4628bc1999c5f553e5bfdef57957451 100644
--- a/device/vr/vr_device_manager.h
+++ b/device/vr/vr_device_manager.h
@@ -53,6 +53,7 @@ class VRDeviceManager : public VRClientDispatcher {
void OnDeviceChanged(VRDisplayPtr device) override;
void OnDeviceConnectionStatusChanged(VRDevice* device,
bool is_connected) override;
+ void OnPresentEnded(VRDevice* device) 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