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

Unified Diff: cc/layers/layer_impl_test_properties.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/layers/layer_impl.cc ('k') | cc/layers/layer_impl_test_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl_test_properties.h
diff --git a/cc/layers/layer_impl_test_properties.h b/cc/layers/layer_impl_test_properties.h
index 74a6c6256e3f094bf244fb24616faddf777c4df5..b541a06ca18cc48921c40968d2865436bd6532bb 100644
--- a/cc/layers/layer_impl_test_properties.h
+++ b/cc/layers/layer_impl_test_properties.h
@@ -13,7 +13,7 @@
#include "cc/layers/layer_position_constraint.h"
#include "cc/layers/layer_sticky_position_constraint.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/point3_f.h"
#include "ui/gfx/transform.h"
@@ -43,7 +43,7 @@ struct CC_EXPORT LayerImplTestProperties {
FilterOperations filters;
FilterOperations background_filters;
gfx::PointF filters_origin;
- SkXfermode::Mode blend_mode;
+ SkBlendMode blend_mode;
LayerPositionConstraint position_constraint;
LayerStickyPositionConstraint sticky_position_constraint;
gfx::Point3F transform_origin;
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/layers/layer_impl_test_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698