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

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

Issue 1177383006: Rename all the things (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix imports 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
« no previous file with comments | « sky/sdk/lib/widgets/modal_overlay.dart ('k') | sky/sdk/lib/widgets/popup_menu_item.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/widgets/popup_menu.dart
diff --git a/sky/sdk/lib/framework/widgets/popup_menu.dart b/sky/sdk/lib/widgets/popup_menu.dart
similarity index 98%
rename from sky/sdk/lib/framework/widgets/popup_menu.dart
rename to sky/sdk/lib/widgets/popup_menu.dart
index caf0c8e2ffb45b478c6e948b3a8ff7b64f3cf1d5..bdb45f558cddf9eb0bb5aa524bece8e03af230f7 100644
--- a/sky/sdk/lib/framework/widgets/popup_menu.dart
+++ b/sky/sdk/lib/widgets/popup_menu.dart
@@ -6,13 +6,13 @@ import 'dart:async';
import 'dart:math' as math;
import 'dart:sky' as sky;
-import '../animation/animated_value.dart';
+import '../framework/animation/animated_value.dart';
import '../painting/box_painter.dart';
import '../theme2/colors.dart';
import '../theme2/shadows.dart';
import 'animated_component.dart';
-import 'popup_menu_item.dart';
import 'basic.dart';
+import 'popup_menu_item.dart';
const double _kMenuOpenDuration = 300.0;
const double _kMenuCloseDuration = 200.0;
« no previous file with comments | « sky/sdk/lib/widgets/modal_overlay.dart ('k') | sky/sdk/lib/widgets/popup_menu_item.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698