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

Unified Diff: device/vr/vr_service_impl.h

Issue 2374153002: Expose secure origin state to WebVR renderer (Closed)
Patch Set: Add missing "RequestPresent" argument to unit test 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_service_impl.h
diff --git a/device/vr/vr_service_impl.h b/device/vr/vr_service_impl.h
index e250ba55f2eb15db61390f19cb6add0fdb988ae6..50a4471292a3ef56ea96dc61445dcef7959d95d6 100644
--- a/device/vr/vr_service_impl.h
+++ b/device/vr/vr_service_impl.h
@@ -40,6 +40,7 @@ class VRServiceImpl : public VRService {
void ResetPose(uint32_t index) override;
void RequestPresent(uint32_t index,
+ bool secureOrigin,
const RequestPresentCallback& callback) override;
void ExitPresent(uint32_t index) override;
void SubmitFrame(uint32_t index, VRPosePtr pose) override;

Powered by Google App Engine
This is Rietveld 408576698