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

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: rebase 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698