| Index: cc/trees/layer_tree_host_unittest_context.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
|
| index 23d344fda5adaf0d93ecb6d3a9748324af289e11..feebe2e97e01e5c7078d2db2c9c9328dfdd03473 100644
|
| --- a/cc/trees/layer_tree_host_unittest_context.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_context.cc
|
| @@ -783,27 +783,27 @@ class LayerTreeHostContextTestLostContextAndEvictTextures
|
| };
|
|
|
| TEST_F(LayerTreeHostContextTestLostContextAndEvictTextures,
|
| - LoseAfterEvict_SingleThread_DelegatingRenderer) {
|
| + LoseAfterEvict_SingleThread) {
|
| lose_after_evict_ = true;
|
| - RunTest(CompositorMode::SINGLE_THREADED, true);
|
| + RunTest(CompositorMode::SINGLE_THREADED);
|
| }
|
|
|
| TEST_F(LayerTreeHostContextTestLostContextAndEvictTextures,
|
| - LoseAfterEvict_MultiThread_DelegatingRenderer) {
|
| + LoseAfterEvict_MultiThread) {
|
| lose_after_evict_ = true;
|
| - RunTest(CompositorMode::THREADED, true);
|
| + RunTest(CompositorMode::THREADED);
|
| }
|
|
|
| TEST_F(LayerTreeHostContextTestLostContextAndEvictTextures,
|
| - LoseBeforeEvict_SingleThread_DelegatingRenderer) {
|
| + LoseBeforeEvict_SingleThread) {
|
| lose_after_evict_ = false;
|
| - RunTest(CompositorMode::SINGLE_THREADED, true);
|
| + RunTest(CompositorMode::SINGLE_THREADED);
|
| }
|
|
|
| TEST_F(LayerTreeHostContextTestLostContextAndEvictTextures,
|
| - LoseBeforeEvict_MultiThread_DelegatingRenderer) {
|
| + LoseBeforeEvict_MultiThread) {
|
| lose_after_evict_ = false;
|
| - RunTest(CompositorMode::THREADED, true);
|
| + RunTest(CompositorMode::THREADED);
|
| }
|
|
|
| class LayerTreeHostContextTestLayersNotified : public LayerTreeHostContextTest {
|
|
|