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

Unified Diff: device/vr/vr_client_dispatcher.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
Index: device/vr/vr_client_dispatcher.h
diff --git a/device/vr/vr_client_dispatcher.h b/device/vr/vr_client_dispatcher.h
index 692769a5124079a50a08ce9f873da5c876fd1169..fc815254e0079899e2da25ddd58822adf80aadce 100644
--- a/device/vr/vr_client_dispatcher.h
+++ b/device/vr/vr_client_dispatcher.h
@@ -16,6 +16,7 @@ class VRClientDispatcher {
virtual void OnDeviceChanged(VRDisplayPtr device) = 0;
virtual void OnDeviceConnectionStatusChanged(VRDevice* device,
bool is_connected) = 0;
+ virtual void OnPresentEnded(VRDevice* device) = 0;
};
} // namespace device
« no previous file with comments | « device/vr/android/java/src/org/chromium/device/vr/GvrDeviceProvider.java ('k') | device/vr/vr_device_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698