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

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

Issue 1232313002: Use package:sky imports consistently (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix BUILD.gn Created 5 years, 5 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/tool_bar.dart ('k') | sky/sdk/lib/widgets/widget.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/widgets/variable_height_scrollable.dart
diff --git a/sky/sdk/lib/widgets/variable_height_scrollable.dart b/sky/sdk/lib/widgets/variable_height_scrollable.dart
index a376868410978e2dc0aa4d22af9dd03dbbee7a0f..eee82dda1ef4c1c086693f73da46d807a9b638b3 100644
--- a/sky/sdk/lib/widgets/variable_height_scrollable.dart
+++ b/sky/sdk/lib/widgets/variable_height_scrollable.dart
@@ -4,11 +4,11 @@
import 'dart:collection';
-import '../animation/scroll_behavior.dart';
-import 'basic.dart';
-import 'block_viewport.dart';
-import 'scrollable.dart';
-import 'widget.dart';
+import 'package:sky/animation/scroll_behavior.dart';
+import 'package:sky/widgets/basic.dart';
+import 'package:sky/widgets/block_viewport.dart';
+import 'package:sky/widgets/scrollable.dart';
+import 'package:sky/widgets/widget.dart';
class VariableHeightScrollable extends Scrollable {
VariableHeightScrollable({
@@ -36,7 +36,7 @@ class VariableHeightScrollable extends Scrollable {
}
void _handleLayoutChanged(
- int firstVisibleChildIndex,
+ int firstVisibleChildIndex,
int visibleChildCount,
UnmodifiableListView<double> childOffsets,
bool didReachLastChild) {
« no previous file with comments | « sky/sdk/lib/widgets/tool_bar.dart ('k') | sky/sdk/lib/widgets/widget.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698