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

Unified Diff: device/vr/vr_device_manager.h

Issue 2361533003: Expose secure origin state to WebVR renderer (Closed)
Patch Set: Rebase 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_device.cc ('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 c7e70f5cf4628bc1999c5f553e5bfdef57957451..2a3bc206dcd916391a4cc8821b476dd8fe1ca1bc 100644
--- a/device/vr/vr_device_manager.h
+++ b/device/vr/vr_device_manager.h
@@ -45,7 +45,8 @@ class VRDeviceManager : public VRClientDispatcher {
// Manage presentation to only allow a single service and device at a time.
DEVICE_VR_EXPORT bool RequestPresent(VRServiceImpl* service,
- unsigned int index);
+ unsigned int index,
+ bool secure_origin);
DEVICE_VR_EXPORT void ExitPresent(VRServiceImpl* service, unsigned int index);
void SubmitFrame(VRServiceImpl* service, unsigned int index, VRPosePtr pose);
« no previous file with comments | « device/vr/vr_device.cc ('k') | device/vr/vr_device_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698