| Index: cc/trees/layer_tree_host_unittest_animation.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc
|
| index a86253b559234c51bc9283d102250bf4506ba13a..279e5bea773b5291697c6bdceb694f9de092f622 100644
|
| --- a/cc/trees/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_animation.cc
|
| @@ -537,7 +537,9 @@ class LayerTreeHostAnimationTestCompositeAndReadbackAnimateCount
|
| int animated_commit_;
|
| };
|
|
|
| -MULTI_THREAD_TEST_F(LayerTreeHostAnimationTestCompositeAndReadbackAnimateCount);
|
| +// No readbacks with a delegating renderer.
|
| +MULTI_THREAD_DIRECT_RENDERER_TEST_F(
|
| + LayerTreeHostAnimationTestCompositeAndReadbackAnimateCount);
|
|
|
| class LayerTreeHostAnimationTestContinuousAnimate
|
| : public LayerTreeHostAnimationTest {
|
|
|