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

Unified Diff: sky/examples/widgets/hello_widgets.dart

Issue 1190793002: Rename UINode to Widget. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/examples/widgets/container.dart ('k') | sky/examples/widgets/navigation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/widgets/hello_widgets.dart
diff --git a/sky/examples/widgets/hello_widgets.dart b/sky/examples/widgets/hello_widgets.dart
index 59b6a230d14529672c87a85a0aef755e75a820ea..bc914c8d24702db0241db78e0da55cbd0822aa0d 100644
--- a/sky/examples/widgets/hello_widgets.dart
+++ b/sky/examples/widgets/hello_widgets.dart
@@ -5,7 +5,7 @@
import 'package:sky/widgets/basic.dart';
class HelloWorldApp extends App {
- UINode build() {
+ Widget build() {
return new Text('Hello, fn2!');
}
}
« no previous file with comments | « sky/examples/widgets/container.dart ('k') | sky/examples/widgets/navigation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698