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

Unified Diff: sky/tests/lowlevel/layers.sky

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « sky/tests/lowlevel/img.sky ('k') | sky/tests/lowlevel/layers-expected.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/lowlevel/layers.sky
diff --git a/sky/tests/lowlevel/layers.sky b/sky/tests/lowlevel/layers.sky
index c2709abcdaaadecffbf3dfd9a2885120ad6e7123..10f1a46774bb292d02964b166be76f24a99e56d4 100644
--- a/sky/tests/lowlevel/layers.sky
+++ b/sky/tests/lowlevel/layers.sky
@@ -1,6 +1,6 @@
<sky>
-<import src="../resources/run-after-display.sky" as="runAfterDisplay" />
+<import src="../resources/run-after-display.sky" />
<style>
sky {
padding: 10px;
@@ -68,9 +68,13 @@ Transforms
</div>
<script>
-runAfterDisplay(function() {
- internals.notifyTestComplete("");
-});
+import "dart:sky.internals" as internals;
+
+void main() {
+ runAfterDisplay(() {
+ internals.notifyTestComplete("");
+ });
+}
</script>
</sky>
« no previous file with comments | « sky/tests/lowlevel/img.sky ('k') | sky/tests/lowlevel/layers-expected.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698