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

Unified Diff: third_party/WebKit/Source/modules/vr/VRDisplay.h

Issue 2864363005: Prevents exiting presentation if triggering DON while presenting. (Closed)
Patch Set: Fix Created 3 years, 7 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: third_party/WebKit/Source/modules/vr/VRDisplay.h
diff --git a/third_party/WebKit/Source/modules/vr/VRDisplay.h b/third_party/WebKit/Source/modules/vr/VRDisplay.h
index 3391f95743ff370958f2bcfb013d567964e79119..dcdd63bba1c1346fcdfabd56d0fee08c863edd65 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
+++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
@@ -191,7 +191,7 @@ class VRDisplay final : public EventTargetWithInlineData,
bool pending_previous_frame_render_ = false;
bool pending_submit_frame_ = false;
bool v_sync_connection_failed_ = false;
- bool pending_present_request_ = false;
+ bool requested_present_in_display_activate_ = false;
device::mojom::blink::VRDisplayPtr display_;
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/vr/VRDisplay.cpp » ('j') | third_party/WebKit/Source/modules/vr/VRDisplay.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698