Index: cc/trees/layer_tree_host_pixeltest_blending.cc |
diff --git a/cc/trees/layer_tree_host_pixeltest_blending.cc b/cc/trees/layer_tree_host_pixeltest_blending.cc |
index d1b179ce80dcc5536ab5104c157b6ce67b007a63..05f94594ae4fa67f13f81deed924f925fead6687 100644 |
--- a/cc/trees/layer_tree_host_pixeltest_blending.cc |
+++ b/cc/trees/layer_tree_host_pixeltest_blending.cc |
@@ -154,7 +154,7 @@ class LayerTreeHostBlendingPixelTest : public LayerTreeHostPixelResourceTest { |
gfx::Size bounds = layer->bounds(); |
scoped_refptr<PictureImageLayer> mask = PictureImageLayer::Create(); |
mask->SetIsDrawable(true); |
- mask->SetIsMask(true); |
+ mask->SetLayerMaskType(Layer::LayerMaskType::MULTI_TEXTURE_MASK); |
mask->SetBounds(bounds); |
sk_sp<SkSurface> surface = |