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

Unified Diff: sky/engine/core/painting/Image.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/ImageLoader.idl ('k') | sky/examples/raw/spinning_image.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/Image.idl
diff --git a/sky/engine/core/painting/Image.idl b/sky/engine/core/painting/Image.idl
index 69fc8b35b0ad7c4b3e256756a8396329f5d26d37..c1f79ea080e63855f2ea97415d803a8ba97fea4d 100644
--- a/sky/engine/core/painting/Image.idl
+++ b/sky/engine/core/painting/Image.idl
@@ -6,6 +6,6 @@
Constructor(),
ImplementedAs=CanvasImage,
] interface Image {
- readonly attribute long width;
- readonly attribute long height;
+ readonly attribute long width; // width in number of image pixels
+ readonly attribute long height; // height in number of image pixels
};
« no previous file with comments | « sky/engine/core/loader/ImageLoader.idl ('k') | sky/examples/raw/spinning_image.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698