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

Unified Diff: cc/trees/effect_node.h

Issue 2502373003: stop using SkXfermode -- use SkBlendMode instead (Closed)
Patch Set: 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
Index: cc/trees/effect_node.h
diff --git a/cc/trees/effect_node.h b/cc/trees/effect_node.h
index e1699be82e38bcd1c6963f8b17f6e8dc8ff48cf7..07a924aee4774b0b1263457016144111fdbec59f 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;

Powered by Google App Engine
This is Rietveld 408576698