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

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

Issue 1170963003: Sky: Add a DartConverterEnum and use that for all our enum needs. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: 360 no scope 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/Gradient.dart ('k') | sky/engine/core/painting/PaintingStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/Gradient.idl
diff --git a/sky/engine/core/painting/Gradient.idl b/sky/engine/core/painting/Gradient.idl
index 343d6e18987011b1a04619acfdee82e5c68d9638..532e3a04e99f2a46bc6f0db8118d58284906cb21 100644
--- a/sky/engine/core/painting/Gradient.idl
+++ b/sky/engine/core/painting/Gradient.idl
@@ -8,7 +8,7 @@
Constructor()
] interface Gradient : Shader {
void initLinear(Point[] endPoints, Color[] colors, float[] colorStops,
- /*TileMode*/unsigned long tileMode);
+ TileMode tileMode);
void initRadial(Point center, double radius, Color[] colors,
- float[] colorStops, /*TileMode*/unsigned long tileMode);
+ float[] colorStops, TileMode tileMode);
};
« no previous file with comments | « sky/engine/core/painting/Gradient.dart ('k') | sky/engine/core/painting/PaintingStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698