| Index: cc/trees/layer_tree_host_unittest_picture.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_picture.cc b/cc/trees/layer_tree_host_unittest_picture.cc
|
| index 731f69214afcfc462f2c4a65c3cae4d110962c58..292b7639457b13732af915f003195e7b4542a29c 100644
|
| --- a/cc/trees/layer_tree_host_unittest_picture.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_picture.cc
|
| @@ -109,11 +109,15 @@ class LayerTreeHostPictureTestTwinLayer
|
|
|
| virtual void AfterTest() OVERRIDE {}
|
|
|
| + virtual void InitializeSettings(LayerTreeSettings* settings) OVERRIDE {
|
| + settings->max_bytes_pending_upload = 16 * 1024 * 1024;
|
| + }
|
| +
|
| FakeContentLayerClient client_;
|
| int activates_;
|
| };
|
|
|
| -MULTI_THREAD_TEST_F(LayerTreeHostPictureTestTwinLayer);
|
| +// MULTI_THREAD_TEST_F(LayerTreeHostPictureTestTwinLayer);
|
|
|
| } // namespace
|
| } // namespace cc
|
|
|