| Index: cc/trees/proxy_impl_unittest.cc
|
| diff --git a/cc/trees/proxy_impl_unittest.cc b/cc/trees/proxy_impl_unittest.cc
|
| index ad99d53a1097633049b28de06a583d2ceda3f7fe..1be6acd069455a4797555c18bb8836d882ae32d2 100644
|
| --- a/cc/trees/proxy_impl_unittest.cc
|
| +++ b/cc/trees/proxy_impl_unittest.cc
|
| @@ -51,7 +51,7 @@ class ProxyImplTest : public testing::Test, public TestHooks {
|
|
|
| // This is a regression test. See crbug/568120.
|
| TEST_F(ProxyImplTest, NonZeroSmoothnessPriorityExpiration) {
|
| - Initialize(CompositorMode::Threaded);
|
| + Initialize(CompositorMode::THREADED);
|
| DebugScopedSetImplThread impl_thread(task_runner_provider_);
|
| EXPECT_FALSE(
|
| proxy_impl_->smoothness_priority_expiration_notifier().delay().is_zero());
|
|
|