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

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

Issue 2774673003: WebVR: process animations from posted task to yield for other events (Closed)
Patch Set: Merge fix: add missing include file 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 af955c5091b8593e17a0810ed81e71b42581ee3a..21aed71bec2a1cabfbc630bfc25106c1b0b6f0c0 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
+++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
@@ -141,6 +141,7 @@ class VRDisplay final : public EventTargetWithInlineData,
void ConnectVSyncProvider();
ScriptedAnimationController& ensureScriptedAnimationController(Document*);
+ void processScheduledAnimations(double timestamp);
Member<NavigatorVR> m_navigatorVR;
unsigned m_displayId = 0;

Powered by Google App Engine
This is Rietveld 408576698