Index: third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/resources/request-animation-frame.js |
diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/resources/request-animation-frame.js b/third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/resources/request-animation-frame.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..adb561ab3813efd8d20c21dcd67c3891a225542d |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/resources/request-animation-frame.js |
@@ -0,0 +1,3 @@ |
+requestAnimationFrame(function(ts) { |
+ self.postMessage(ts); |
+}); |