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

Unified Diff: sky/engine/core/painting/DrawLooperLayerInfo.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.h ('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/painting/DrawLooperLayerInfo.idl
diff --git a/sky/engine/core/painting/DrawLooperLayerInfo.idl b/sky/engine/core/painting/DrawLooperLayerInfo.idl
index 5fed53d5c75a23bc8e64ae5c7ac69f53568ff972..c90b9eeddb025ca0b5d634c4df32a5c5221297f3 100644
--- a/sky/engine/core/painting/DrawLooperLayerInfo.idl
+++ b/sky/engine/core/painting/DrawLooperLayerInfo.idl
@@ -10,7 +10,6 @@
// DrawLooperLayerInfo.dart.
void setPaintBits(unsigned long bits);
void setColorMode(TransferMode mode);
- // TODO(eseidel): Offset should be a Size not a Point.
- void setOffset(Point offset);
+ void setOffset(Offset offset);
void setPostTranslate(boolean postTranslate);
};
« no previous file with comments | « sky/engine/core/painting/DrawLooperLayerInfo.h ('k') | sky/engine/core/painting/Image.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698