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

Unified Diff: sky/framework/components/radio.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/popup_menu_item.dart ('k') | sky/framework/components/scaffold.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/radio.dart
diff --git a/sky/framework/components/radio.dart b/sky/framework/components/radio.dart
index ff64a36be16ec26a66d6102402c2dc20e639b2da..e5024e1ef5ef1f0305999d0efb28ed2724c74042 100644
--- a/sky/framework/components/radio.dart
+++ b/sky/framework/components/radio.dart
@@ -53,8 +53,8 @@ class Radio extends ButtonBase {
this.groupValue
}) : super(key: key);
- Node buildContent() {
- return new EventTarget(
+ UINode buildContent() {
+ return new EventListenerNode(
new StyleNode(
new InkWell(
children: value == groupValue ? [new Container(style: _dotStyle)] : []
« no previous file with comments | « sky/framework/components/popup_menu_item.dart ('k') | sky/framework/components/scaffold.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698