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

Unified Diff: sky/engine/core/painting/Image.idl

Issue 1214833004: Split Size into Size and Offset. (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/engine/core/painting/DrawLooperLayerInfo.idl ('k') | sky/engine/core/painting/Offset.h » ('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 c1f79ea080e63855f2ea97415d803a8ba97fea4d..c1d9e6a4ee52aa18702c1c77617396a739796ab0 100644
--- a/sky/engine/core/painting/Image.idl
+++ b/sky/engine/core/painting/Image.idl
@@ -6,6 +6,7 @@
Constructor(),
ImplementedAs=CanvasImage,
] interface Image {
+ // TODO(ianh): convert this to a Size
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/painting/DrawLooperLayerInfo.idl ('k') | sky/engine/core/painting/Offset.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698