| 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 88dbeab656235e7685a8e36effa064f2613b3974..763de5d7ddbd0085b1728df3dc2aadecf5137a22 100644
|
| --- a/cc/trees/layer_tree_host_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_unittest.cc
|
| @@ -4221,7 +4221,10 @@ class LayerTreeHostTestMaxTransferBufferUsageBytes : public LayerTreeHostTest {
|
| };
|
|
|
| // Impl-side painting is a multi-threaded compositor feature.
|
| +// Disabled for flakiness: http://crbug.com/380662
|
| +#if 0
|
| MULTI_THREAD_TEST_F(LayerTreeHostTestMaxTransferBufferUsageBytes);
|
| +#endif
|
|
|
| // Test ensuring that memory limits are sent to the prioritized resource
|
| // manager.
|
|
|