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

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

Issue 983903003: Re-work MaterialComponent (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase 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/button.dart ('k') | sky/framework/components/checkbox.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/button_base.dart
diff --git a/sky/framework/components/button_base.dart b/sky/framework/components/button_base.dart
index baf590a44e7afd149e12803bb21e6e473247f42e..40c131d57134e19efcf10d741e532eccade87b27 100644
--- a/sky/framework/components/button_base.dart
+++ b/sky/framework/components/button_base.dart
@@ -3,9 +3,8 @@
// found in the LICENSE file.
import '../fn.dart';
-import 'material.dart';
-abstract class ButtonBase extends Material {
+abstract class ButtonBase extends Component {
bool highlight = false;
ButtonBase({ Object key }) : super(key: key) {
« no previous file with comments | « sky/framework/components/button.dart ('k') | sky/framework/components/checkbox.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698