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

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

Issue 2748293002: WebVR: process animations from posted task to yield for other events (Closed)
Patch Set: Created 3 years, 9 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 3eaa741699408cedf2b49202766a541a1dc3a1c8..8036bb6969b14ecedf7b35daa55868f9a8884825 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
+++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
@@ -147,6 +147,8 @@ class VRDisplay final : public EventTargetWithInlineData,
ScriptedAnimationController& ensureScriptedAnimationController(Document*);
+ void doGetVSync();
+
Member<NavigatorVR> m_navigatorVR;
unsigned m_displayId = 0;
String m_displayName;

Powered by Google App Engine
This is Rietveld 408576698