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

Unified Diff: sky/sdk/lib/framework/widgets/popup_menu.dart

Issue 1182983002: Rename widgets/wrappers.dart to widgets/basic.dart (Closed) Base URL: git@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
Index: sky/sdk/lib/framework/widgets/popup_menu.dart
diff --git a/sky/sdk/lib/framework/widgets/popup_menu.dart b/sky/sdk/lib/framework/widgets/popup_menu.dart
index e8f8fcaf8d20885093cab7efc96e7b8ceaf4e7da..caf0c8e2ffb45b478c6e948b3a8ff7b64f3cf1d5 100644
--- a/sky/sdk/lib/framework/widgets/popup_menu.dart
+++ b/sky/sdk/lib/framework/widgets/popup_menu.dart
@@ -12,7 +12,7 @@ import '../theme2/colors.dart';
import '../theme2/shadows.dart';
import 'animated_component.dart';
import 'popup_menu_item.dart';
-import 'wrappers.dart';
+import 'basic.dart';
const double _kMenuOpenDuration = 300.0;
const double _kMenuCloseDuration = 200.0;
« no previous file with comments | « sky/sdk/lib/framework/widgets/modal_overlay.dart ('k') | sky/sdk/lib/framework/widgets/popup_menu_item.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698