Chromium Code Reviews| Index: content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html |
| diff --git a/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html b/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html |
| index d4a9ea713d881c86af13fffbb099c1210e6874b8..b4b8fc8810487283bcd523b77403de4fb6658b61 100644 |
| --- a/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html |
| +++ b/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html |
| @@ -21,6 +21,7 @@ self.onmessage = function(e) { |
| gl.clearColor(1.0, 0.0, 0.0, 1.0); |
| gl.clear(gl.COLOR_BUFFER_BIT); |
| gl.commit(); |
| + self.postMessage(""); |
|
Ken Russell (switch to Gerrit)
2016/09/22 21:11:44
I think you need to wait for this to be received b
|
| }; |
| </script> |
| <script> |