 Chromium Code Reviews
 Chromium Code Reviews Issue 1060973003:
  compositor-worker: Force elements to grow a layer when a CompositorProxy is created.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 1060973003:
  compositor-worker: Force elements to grow a layer when a CompositorProxy is created.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: LayoutTests/fast/compositorworker/resources/proxy-idle.js | 
| diff --git a/LayoutTests/fast/compositorworker/resources/proxy-idle.js b/LayoutTests/fast/compositorworker/resources/proxy-idle.js | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..a32b28318fa05cb020807e931ab29826888c8e55 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/compositorworker/resources/proxy-idle.js | 
| @@ -0,0 +1,5 @@ | 
| +var proxy; | 
| +onmessage = function(msg) { | 
| 
esprehn
2015/04/08 00:17:13
event
 
sadrul
2015/04/08 02:35:03
Done.
 | 
| + proxy = msg.data; | 
| + postMessage('started'); | 
| +} |