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

Unified Diff: sky/examples/stocks/lib/stock_menu.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/examples/stocks/lib/stock_list.dart ('k') | sky/examples/stocks/lib/stock_row.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/stocks/lib/stock_menu.dart
diff --git a/sky/examples/stocks/lib/stock_menu.dart b/sky/examples/stocks/lib/stock_menu.dart
index 4d54e8f6010861d6cd14445f60961c7b422333e3..4326a38221f96bad609c9520a00241ddd6281f33 100644
--- a/sky/examples/stocks/lib/stock_menu.dart
+++ b/sky/examples/stocks/lib/stock_menu.dart
@@ -16,7 +16,7 @@ class StockMenu extends Component {
StockMenu({Object key, this.controller}) : super(key: key);
- Node build() {
+ UINode build() {
return new StyleNode(
new PopupMenu(
controller: controller,
« no previous file with comments | « sky/examples/stocks/lib/stock_list.dart ('k') | sky/examples/stocks/lib/stock_row.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698