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

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: tot-merge 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..9a049da7f4f7f5b6891e4a7fdb5591afeb922181
--- /dev/null
+++ b/LayoutTests/fast/compositorworker/resources/proxy-idle.js
@@ -0,0 +1,5 @@
+var proxy;
+onmessage = function(event) {
+ proxy = event.data;
+ postMessage('started');
+}

Powered by Google App Engine
This is Rietveld 408576698