| 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 7c8405649a3e2c219522081909f76fc38c3f5fc1..8438eb4c7762e47ea73a15b48ec906d920509c7a 100644
|
| --- a/cc/trees/layer_tree_host_pixeltest_masks.cc
|
| +++ b/cc/trees/layer_tree_host_pixeltest_masks.cc
|
| @@ -111,8 +111,7 @@
|
| client.PaintContentsToDisplayList(
|
| ContentLayerClient::PAINTING_BEHAVIOR_NORMAL);
|
| mask_display_list->Raster(canvas, nullptr);
|
| - mask->SetImage(
|
| - PaintImage(PaintImage::GetNextId(), surface->makeImageSnapshot()));
|
| + mask->SetImage(PaintImage(surface->makeImageSnapshot()));
|
|
|
| scoped_refptr<SolidColorLayer> green = CreateSolidColorLayerWithBorder(
|
| gfx::Rect(25, 25, 50, 50), kCSSGreen, 1, SK_ColorBLACK);
|
|
|