summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc')
-rw-r--r--cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc4
1 files changed, 3 insertions, 1 deletions
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 eb2e28c..8a67c65 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