summaryrefslogtreecommitdiffstats
path: root/dom/canvas/WebGLContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dom/canvas/WebGLContext.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/canvas/WebGLContext.cpp b/dom/canvas/WebGLContext.cpp
index ec19bfef3d..4bd189c46c 100644
--- a/dom/canvas/WebGLContext.cpp
+++ b/dom/canvas/WebGLContext.cpp
@@ -881,6 +881,8 @@ void WebGLContext::OnEndOfFrame() {
mDrawCallsSinceLastFlush = 0;
+ PollPendingSyncs();
+
BumpLru();
}