| Index: cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| diff --git a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| index eb2e28c3beed17a96e0f7ae71b13afc2affefe9e..8a67c65d8d7cb2809dd97feb6aba66cbdee89146 100644
|
| --- a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| +++ b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| @@ -99,7 +99,9 @@ TEST_F(LayerTreeHostOnDemandRasterPixelTest, RasterPictureLayer) {
|
| layer->SetBounds(layer_rect.size());
|
| layer->SetPosition(layer_rect.origin());
|
|
|
| - RunPixelTest(layer, base::FilePath(FILE_PATH_LITERAL("blue_yellow.png")));
|
| + RunPixelTest(GL_WITH_BITMAP,
|
| + layer,
|
| + base::FilePath(FILE_PATH_LITERAL("blue_yellow.png")));
|
| }
|
|
|
| } // namespace
|
|
|