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

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

Issue 1158883004: Add TransferMode to dart:sky, and use it instead of passing ints around. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: rebase Created 5 years, 7 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/ColorFilter.cpp ('k') | sky/engine/core/painting/DrawLooperLayerInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/ColorFilter.idl
diff --git a/sky/engine/core/painting/ColorFilter.idl b/sky/engine/core/painting/ColorFilter.idl
index bbc51f22f814c97d4c1b87750e0031a14e9645ec..23d49f1a53042ae6bae9318bebb0a004fa0d9e50 100644
--- a/sky/engine/core/painting/ColorFilter.idl
+++ b/sky/engine/core/painting/ColorFilter.idl
@@ -3,7 +3,6 @@
// found in the LICENSE file.
[
- // TODO(mpcomplete): add Color and SkXfermode::Mode types.
- Constructor(unsigned long color, unsigned long transferMode),
+ Constructor(Color color, TransferMode transferMode),
] interface ColorFilter {
};
« no previous file with comments | « sky/engine/core/painting/ColorFilter.cpp ('k') | sky/engine/core/painting/DrawLooperLayerInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698