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

Unified Diff: sky/sdk/lib/mojo/net/image_cache.dart

Issue 1189943004: Fork some more files from the old framework, so that the transition will be easier to perform. (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
« no previous file with comments | « sky/sdk/lib/mojo/net/fetch.dart ('k') | sky/sdk/lib/mojo/shell.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/mojo/net/image_cache.dart
diff --git a/sky/sdk/lib/framework/net/image_cache.dart b/sky/sdk/lib/mojo/net/image_cache.dart
similarity index 99%
copy from sky/sdk/lib/framework/net/image_cache.dart
copy to sky/sdk/lib/mojo/net/image_cache.dart
index 1ec669866ae476be20818a05b2526fecdf54a9ec..fca61fd70172890d3ed331bf66edbb7d3699116b 100644
--- a/sky/sdk/lib/framework/net/image_cache.dart
+++ b/sky/sdk/lib/mojo/net/image_cache.dart
@@ -4,9 +4,11 @@
import 'dart:sky';
import 'dart:collection';
-import 'fetch.dart';
+
import 'package:mojom/mojo/url_response.mojom.dart';
+import 'fetch.dart';
+
final HashMap<String, List<ImageDecoderCallback>> _pendingRequests =
new HashMap<String, List<ImageDecoderCallback>>();
« no previous file with comments | « sky/sdk/lib/mojo/net/fetch.dart ('k') | sky/sdk/lib/mojo/shell.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698