| Index: cc/trees/layer_tree_host_unittest_proxy.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_proxy.cc b/cc/trees/layer_tree_host_unittest_proxy.cc
|
| index 41362216244894547726edc8fca93bd0c788c971..9fdc05035b003d0cac549f9a1389a073a1099038 100644
|
| --- a/cc/trees/layer_tree_host_unittest_proxy.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_proxy.cc
|
| @@ -30,7 +30,7 @@ class ProxyTest : public LayerTreeTest {
|
| bool delegating_renderer = true;
|
|
|
| CompositorMode mode =
|
| - threaded ? CompositorMode::Threaded : CompositorMode::SingleThreaded;
|
| + threaded ? CompositorMode::THREADED : CompositorMode::SINGLE_THREADED;
|
| RunTest(mode, delegating_renderer);
|
| }
|
|
|
|
|