| Index: cc/trees/layer_tree_host_pixeltest_masks.cc
|
| diff --git a/cc/trees/layer_tree_host_pixeltest_masks.cc b/cc/trees/layer_tree_host_pixeltest_masks.cc
|
| index 0ce262cb50a7f6f38df6945936c4ea50e9008d3f..0b2a75a7303d8186b021c94541e9a12bb6a2829c 100644
|
| --- a/cc/trees/layer_tree_host_pixeltest_masks.cc
|
| +++ b/cc/trees/layer_tree_host_pixeltest_masks.cc
|
| @@ -312,7 +312,7 @@ TEST_P(LayerTreeHostMasksForBackgroundFiltersPixelTest,
|
| picture_horizontal->SetBounds(picture_bounds);
|
| picture_horizontal->SetIsDrawable(true);
|
| picture_horizontal->SetContentsOpaque(false);
|
| - picture_horizontal->SetBlendMode(SkXfermode::kMultiply_Mode);
|
| + picture_horizontal->SetBlendMode(SkBlendMode::kMultiply);
|
|
|
| background->AddChild(picture_vertical);
|
| background->AddChild(picture_horizontal);
|
|
|