Index: cc/trees/layer_tree_host_unittest.cc |
diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc |
index 9a7cc581733b07494d8ae32cb2c3456f1cc1151c..950b5f81044c9d88cafdf01aac57d6f276592d60 100644 |
--- a/cc/trees/layer_tree_host_unittest.cc |
+++ b/cc/trees/layer_tree_host_unittest.cc |
@@ -4202,6 +4202,7 @@ class LayerTreeHostTestMaxTransferBufferUsageBytes : public LayerTreeHostTest { |
} |
virtual void SetupTree() OVERRIDE { |
+ client_.set_fill_with_nonsolid_color(true); |
danakj
2014/09/19 20:44:28
+sohan FYI you might have to do this for some test
|
scoped_refptr<FakePictureLayer> root_layer = |
FakePictureLayer::Create(&client_); |
root_layer->SetBounds(gfx::Size(6000, 6000)); |