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

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

Issue 1177243002: Refactor fn2.dart, since it breached our 1000-line threshold. (Closed) Base URL: https://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/components2/popup_menu.dart b/sky/sdk/lib/framework/widgets/popup_menu.dart
similarity index 99%
rename from sky/sdk/lib/framework/components2/popup_menu.dart
rename to sky/sdk/lib/framework/widgets/popup_menu.dart
index 62e93f8d4901d000fe146dc19fa4b096d6451895..8307996a575d3ff27bad8154bb6a123b1a9f580a 100644
--- a/sky/sdk/lib/framework/components2/popup_menu.dart
+++ b/sky/sdk/lib/framework/widgets/popup_menu.dart
@@ -7,13 +7,13 @@ import 'dart:math' as math;
import 'dart:sky' as sky;
import '../animation/animated_value.dart';
-import '../fn2.dart';
import '../painting/box_painter.dart';
import '../theme2/colors.dart';
import '../theme2/shadows.dart';
import 'animated_component.dart';
import 'material.dart';
import 'popup_menu_item.dart';
+import 'wrappers.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