| 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 55ec779a9dbbd5c8b37ed003c9a728776e4e5853..586a31dc3af403a498779e5435585aae39920408 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);
|
| }
|
|
|
|
|