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

Unified Diff: cc/trees/effect_node.h

Issue 2502373003: stop using SkXfermode -- use SkBlendMode instead (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | « cc/test/surface_hittest_test_helpers.cc ('k') | cc/trees/effect_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/effect_node.h
diff --git a/cc/trees/effect_node.h b/cc/trees/effect_node.h
index 36692ebe9aa2034a5eb3b464d27e9c35a98bb7b7..eab77287cdd79c20b82065e886654e7805ebf4eb 100644
--- a/cc/trees/effect_node.h
+++ b/cc/trees/effect_node.h
@@ -7,7 +7,7 @@
#include "cc/base/cc_export.h"
#include "cc/output/filter_operations.h"
-#include "third_party/skia/include/core/SkXfermode.h"
+#include "third_party/skia/include/core/SkBlendMode.h"
#include "ui/gfx/geometry/point_f.h"
#include "ui/gfx/geometry/size_f.h"
@@ -36,7 +36,7 @@ struct CC_EXPORT EffectNode {
FilterOperations background_filters;
gfx::PointF filters_origin;
- SkXfermode::Mode blend_mode;
+ SkBlendMode blend_mode;
gfx::Vector2dF surface_contents_scale;
« no previous file with comments | « cc/test/surface_hittest_test_helpers.cc ('k') | cc/trees/effect_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698