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

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

Issue 1171743002: Change the way we provide custom dart code for IDL bindings. (Closed) Base URL: git@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
Index: sky/engine/core/painting/Gradient.idl
diff --git a/sky/engine/core/painting/Gradient.idl b/sky/engine/core/painting/Gradient.idl
index aeea5b71d89f1e1faa939a9a9e1c866fbfd92817..ba53d6c5525477e29a201fbcc919098f9f5a4393 100644
--- a/sky/engine/core/painting/Gradient.idl
+++ b/sky/engine/core/painting/Gradient.idl
@@ -4,7 +4,7 @@
[
ImplementedAs=CanvasGradient,
- CustomDart,
+ PrivateDart,
Constructor(unsigned long gradientType, Point[] endPoints, Color[] colors, float[] colorStops)
] interface Gradient : Shader {
};

Powered by Google App Engine
This is Rietveld 408576698