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 c432a5ed0e51129d5bc6411bbe4fea27a5fafc3c..eaa97492c65c0c6f76536a392c9b557c5d33baf7 100644 |
--- a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc |
+++ b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc |
@@ -30,9 +30,7 @@ class LayerTreeHostOnDemandRasterPixelTest : public LayerTreePixelTest { |
// Not enough memory available. Enforce on-demand rasterization. |
impl->SetMemoryPolicy( |
ManagedMemoryPolicy(1, gpu::MemoryAllocation::CUTOFF_ALLOW_EVERYTHING, |
- 1, gpu::MemoryAllocation::CUTOFF_ALLOW_NOTHING, |
1000)); |
- impl->SetDiscardBackBufferWhenNotVisible(true); |
} |
virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl, |