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

Unified Diff: device/vr/vr_device.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_device.h
diff --git a/device/vr/vr_device.h b/device/vr/vr_device.h
index 862ad55952159528c0363df09a416ec073c8691b..4121cfcba2268b2b4bd6b17d4bafc9d6e6a1dc0b 100644
--- a/device/vr/vr_device.h
+++ b/device/vr/vr_device.h
@@ -35,7 +35,7 @@ class DEVICE_VR_EXPORT VRDevice {
virtual VRPosePtr GetPose() = 0;
virtual void ResetPose() = 0;
- virtual bool RequestPresent();
+ virtual bool RequestPresent(bool secure_origin);
virtual void ExitPresent(){};
virtual void SubmitFrame(VRPosePtr pose){};
virtual void UpdateLayerBounds(VRLayerBoundsPtr leftBounds,

Powered by Google App Engine
This is Rietveld 408576698