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

Unified Diff: cc/layers/layer_impl_test_properties.cc

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/layers/layer_impl_test_properties.cc
diff --git a/cc/layers/layer_impl_test_properties.cc b/cc/layers/layer_impl_test_properties.cc
index 9ede456a4d71cac69ee1f9e491f8ecc1b55bd373..cc4b5c95e54c8106e24cbbfa42e45a373e5f2dbe 100644
--- a/cc/layers/layer_impl_test_properties.cc
+++ b/cc/layers/layer_impl_test_properties.cc
@@ -21,7 +21,7 @@ LayerImplTestProperties::LayerImplTestProperties(LayerImpl* owning_layer)
num_descendants_that_draw_content(0),
num_unclipped_descendants(0),
opacity(1.f),
- blend_mode(SkXfermode::kSrcOver_Mode),
+ blend_mode(SkBlendMode::kSrcOver),
scroll_parent(nullptr),
clip_parent(nullptr),
mask_layer(nullptr),

Powered by Google App Engine
This is Rietveld 408576698