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 74e20f5651dffb0b61824bb09e6bd8ea8ac97e56..d33e5eb2592c5cd53b37c61cf7272834c9a7bcd0 100644 |
--- a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc |
+++ b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc |
@@ -28,8 +28,7 @@ class LayerTreeHostOnDemandRasterPixelTest : public LayerTreePixelTest { |
void BeginCommitOnThread(LayerTreeHostImpl* impl) override { |
// Not enough memory available. Enforce on-demand rasterization. |
impl->SetMemoryPolicy( |
- ManagedMemoryPolicy(1, gpu::MemoryAllocation::CUTOFF_ALLOW_EVERYTHING, |
- 1000)); |
+ ManagedMemoryPolicy(1, gpu::MemoryAllocation::CUTOFF_ALLOW_EVERYTHING)); |
} |
void SwapBuffersOnThread(LayerTreeHostImpl* host_impl, bool result) override { |