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

Unified Diff: sky/examples/display_list/main.sky

Issue 1122423009: Make it possible to custom-paint without an Element. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Comment tweak Created 5 years, 7 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: sky/examples/display_list/main.sky
diff --git a/sky/examples/display_list/main.sky b/sky/examples/display_list/main.sky
new file mode 100644
index 0000000000000000000000000000000000000000..a91b3974f62a7cdc524fa4affe4b0d1e84178d0e
--- /dev/null
+++ b/sky/examples/display_list/main.sky
@@ -0,0 +1,8 @@
+<script>
+import 'full_screen_circle.dart';
+import 'dart:sky';
+
+void main() {
+ doIt();
+}
+</script>
« sky/engine/core/painting/Canvas.h ('K') | « sky/examples/display_list/full_screen_circle.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698