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

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

Issue 1164633004: Adds support for transfer mode in Paint and SpriteNode classes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fixes indentations and whitespaces 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/Paint.cpp ('k') | sky/examples/game/lib/game_world.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/Paint.idl
diff --git a/sky/engine/core/painting/Paint.idl b/sky/engine/core/painting/Paint.idl
index 11e5c2149604987e909ae58f6da40552646391a4..27f4b20b3532b890b073768aa1e7076d27e0559e 100644
--- a/sky/engine/core/painting/Paint.idl
+++ b/sky/engine/core/painting/Paint.idl
@@ -13,4 +13,5 @@
void setDrawLooper(DrawLooper looper);
void setColorFilter(ColorFilter filter);
void setMaskFilter(MaskFilter filter);
+ void setTransferMode(TransferMode transferMode);
};
« no previous file with comments | « sky/engine/core/painting/Paint.cpp ('k') | sky/examples/game/lib/game_world.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698