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

Unified Diff: LayoutTests/fast/compositorworker/resources/proxy-idle.js

Issue 1060973003: compositor-worker: Force elements to grow a layer when a CompositorProxy is created. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 8 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: 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');
+}

Powered by Google App Engine
This is Rietveld 408576698