| 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 e4d95bc361ec74d39ed7dcf097cd48b31913ff5a..460b82500c848aa9036358d8fc32087f9fa01702 100644
|
| --- a/cc/trees/layer_tree_host_pixeltest_blending.cc
|
| +++ b/cc/trees/layer_tree_host_pixeltest_blending.cc
|
| @@ -220,7 +220,7 @@ class LayerTreeHostBlendingPixelTest : public LayerTreeHostPixelResourceTest {
|
| CreateSolidColorLayer(child_rect, color);
|
| lane->SetBlendMode(blend_mode);
|
| lane->SetOpacity(opacity);
|
| - lane->SetForceRenderSurfaceForTesting(true);
|
| + lane->SetForceRenderSurface(true);
|
| // Layers with kDstIn blend mode with a mask is not supported.
|
| if (flags & kUseMasks && blend_mode != SkBlendMode::kDstIn)
|
| SetupMaskLayer(lane);
|
|
|