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

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: Throw shade at WaitForIncomingMethodCall in comment. 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..0e036066e00a9d0a12c1b9e2c1e7ce7183030279 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 EventTargetWithInlineData,
void OnVSyncConnectionError();
ScriptedAnimationController& ensureScriptedAnimationController(Document*);
+ void processScheduledAnimations(double timestamp);
Member<NavigatorVR> m_navigatorVR;
unsigned m_displayId = 0;

Powered by Google App Engine
This is Rietveld 408576698