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

Unified Diff: sky/engine/core/loader/ImageLoader.idl

Issue 1165753004: Implement a simple image cache for Sky in Dart (no eviction) (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase origin/master Created 5 years, 7 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/engine/core/loader/CanvasImageLoader.cpp ('k') | sky/engine/core/painting/Image.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/loader/ImageLoader.idl
diff --git a/sky/engine/core/loader/ImageLoader.idl b/sky/engine/core/loader/ImageLoader.idl
index c4f7723958ac81ea6303cf53bf2780457c448803..3bf59d3bd46025205ab95ce495ef245672e31bb9 100644
--- a/sky/engine/core/loader/ImageLoader.idl
+++ b/sky/engine/core/loader/ImageLoader.idl
@@ -6,5 +6,4 @@
Constructor(DOMString src, ImageLoaderCallback callback),
ImplementedAs=CanvasImageLoader,
] interface ImageLoader {
- void load();
};
« no previous file with comments | « sky/engine/core/loader/CanvasImageLoader.cpp ('k') | sky/engine/core/painting/Image.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698