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

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

Issue 2428383006: Decouple VR Shell DPR and CSS size from Physical Displays. (Closed)
Patch Set: Address bshe comments + minor fix Created 4 years 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 7daad3ced56268b92c0d5111deec5976587d4639..b4cfa44cb1603db06592451a990f53cdcae73b47 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
+++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
@@ -146,6 +146,7 @@ class VRDisplay final : public GarbageCollectedFinalized<VRDisplay>,
bool m_animationCallbackRequested;
bool m_inAnimationFrame;
bool m_displayBlurred;
+ bool m_reenteredFullscreen;
device::mojom::blink::VRDisplayPtr m_display;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | third_party/WebKit/Source/modules/vr/VRDisplay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698