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

Unified Diff: sky/framework/components/icon.dart

Issue 1043283003: [Effen] s/Node/UINode/, s/Element/WrapperNode/, s/EventTarget/EventListenerNode/ (Closed) Base URL: https://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
« no previous file with comments | « sky/framework/components/floating_action_button.dart ('k') | sky/framework/components/icon_button.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/icon.dart
diff --git a/sky/framework/components/icon.dart b/sky/framework/components/icon.dart
index cae1025c9e1b14da3a6dbc1ce13d4a85a718f01d..28eab6f513dfdc484a8a6b90f7e8118a17ac736a 100644
--- a/sky/framework/components/icon.dart
+++ b/sky/framework/components/icon.dart
@@ -17,7 +17,7 @@ class Icon extends Component {
this.type: ''
}) : super(key: key);
- Node build() {
+ UINode build() {
String category = '';
String subtype = '';
List<String> parts = type.split('/');
« no previous file with comments | « sky/framework/components/floating_action_button.dart ('k') | sky/framework/components/icon_button.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698