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

Unified Diff: sky/examples/widgets-fn/main.sky

Issue 1003553002: Update Button to be made of Material (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/widgets-fn/main.sky
diff --git a/sky/examples/scrolling/index.sky b/sky/examples/widgets-fn/main.sky
similarity index 60%
copy from sky/examples/scrolling/index.sky
copy to sky/examples/widgets-fn/main.sky
index 12a129ec0f76739c4e47f280756c77a520a61441..c7c304f909ccda7358239dead1ebf84bf5f003ed 100644
--- a/sky/examples/scrolling/index.sky
+++ b/sky/examples/widgets-fn/main.sky
@@ -5,6 +5,11 @@
// found in the LICENSE file.
-->
<sky>
- <import src="scrolling.sky" />
- <scrolling />
+<import src="/sky/framework/debug/shake-to-reload.sky" />
+<script>
+import 'widgets_app.dart';
+main() {
+ new WidgetsApp();
+}
+</script>
</sky>

Powered by Google App Engine
This is Rietveld 408576698