| Index: cc/CCThreadedTest.cpp
|
| diff --git a/cc/CCThreadedTest.cpp b/cc/CCThreadedTest.cpp
|
| index 4a1f2cbb49eb554eb0282a2d561c8f62f9bcee6f..b36ff33ef252c29f13fa9cd2d73d66b04d4ec3fa 100644
|
| --- a/cc/CCThreadedTest.cpp
|
| +++ b/cc/CCThreadedTest.cpp
|
| @@ -120,9 +120,9 @@ void MockLayerTreeHostImpl::animateLayers(double monotonicTime, double wallClock
|
| m_testHooks->animateLayers(this, monotonicTime);
|
| }
|
|
|
| -double MockLayerTreeHostImpl::lowFrequencyAnimationInterval() const
|
| +base::TimeDelta MockLayerTreeHostImpl::lowFrequencyAnimationInterval() const
|
| {
|
| - return 1.0 / 60;
|
| + return base::TimeDelta::FromMilliseconds(16);
|
| }
|
|
|
| MockLayerTreeHostImpl::MockLayerTreeHostImpl(TestHooks* testHooks, const CCLayerTreeSettings& settings, CCLayerTreeHostImplClient* client)
|
|
|