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

Unified Diff: sky/sdk/lib/widgets/ink_well.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/icon_button.dart ('k') | sky/sdk/lib/widgets/material.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/widgets/ink_well.dart
diff --git a/sky/sdk/lib/framework/widgets/ink_well.dart b/sky/sdk/lib/widgets/ink_well.dart
similarity index 97%
rename from sky/sdk/lib/framework/widgets/ink_well.dart
rename to sky/sdk/lib/widgets/ink_well.dart
index 785bde083cc8d98bea69c8c4162f73b91c0d1b9d..cc2b24743cfe4715c6e39d5bbbf421c28d43731c 100644
--- a/sky/sdk/lib/framework/widgets/ink_well.dart
+++ b/sky/sdk/lib/widgets/ink_well.dart
@@ -5,12 +5,12 @@
import 'dart:math' as math;
import 'dart:sky' as sky;
-import '../animation/animated_value.dart';
-import '../animation/curves.dart';
+import '../framework/animation/animated_value.dart';
+import '../framework/animation/curves.dart';
import '../rendering/box.dart';
import '../rendering/object.dart';
-import 'ui_node.dart';
import 'basic.dart';
+import 'ui_node.dart';
const int _kSplashInitialOpacity = 0x80;
const double _kSplashInitialDelay = 0.0; // we could delay initially in case the user scrolls
« no previous file with comments | « sky/sdk/lib/widgets/icon_button.dart ('k') | sky/sdk/lib/widgets/material.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698