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 a1990b01d5ba7765ae98a1599017ea136fa9cbfa..6244db93ff1a494c1ee08978a135abfe94a9ea1a 100644 |
--- a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc |
+++ b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc |
@@ -24,6 +24,7 @@ class LayerTreeHostOnDemandRasterPixelTest : public LayerTreePixelTest { |
public: |
virtual void InitializeSettings(LayerTreeSettings* settings) OVERRIDE { |
settings->impl_side_painting = true; |
+ settings->max_bytes_pending_upload = 16 * 1024 * 1024; |
} |
virtual void BeginCommitOnThread(LayerTreeHostImpl* impl) OVERRIDE { |