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

Unified Diff: third_party/WebKit/Source/modules/vr/VRController.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_service_impl.cc ('k') | third_party/WebKit/Source/modules/vr/VRController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/vr/VRController.h
diff --git a/third_party/WebKit/Source/modules/vr/VRController.h b/third_party/WebKit/Source/modules/vr/VRController.h
index 409fbc39add9490f42666482f011d85fbe8c3ff1..c7a0d6a4497f4d2e75d80ecd942f6f262b0a2d85 100644
--- a/third_party/WebKit/Source/modules/vr/VRController.h
+++ b/third_party/WebKit/Source/modules/vr/VRController.h
@@ -34,7 +34,7 @@ public:
void getDisplays(ScriptPromiseResolver*);
device::blink::VRPosePtr getPose(unsigned index);
void resetPose(unsigned index);
- void requestPresent(ScriptPromiseResolver*, unsigned index);
+ void requestPresent(ScriptPromiseResolver*, unsigned index, bool secureOrigin);
void exitPresent(unsigned index);
void submitFrame(unsigned index, device::blink::VRPosePtr);
void updateLayerBounds(unsigned index,
« no previous file with comments | « device/vr/vr_service_impl.cc ('k') | third_party/WebKit/Source/modules/vr/VRController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698