| Index: cc/CCLayerTreeHostImpl.cpp
|
| diff --git a/cc/CCLayerTreeHostImpl.cpp b/cc/CCLayerTreeHostImpl.cpp
|
| index e91a7fcfea30cf470e1dd5c79944025ca208fb60..3c48367b27d42f458c6d7a903c6d0964fb689533 100644
|
| --- a/cc/CCLayerTreeHostImpl.cpp
|
| +++ b/cc/CCLayerTreeHostImpl.cpp
|
| @@ -1217,9 +1217,9 @@ void CCLayerTreeHostImpl::animateLayers(double monotonicTime, double wallClockTi
|
| setBackgroundTickingEnabled(!m_visible && m_needsAnimateLayers);
|
| }
|
|
|
| -double CCLayerTreeHostImpl::lowFrequencyAnimationInterval() const
|
| +base::TimeDelta CCLayerTreeHostImpl::lowFrequencyAnimationInterval() const
|
| {
|
| - return 1;
|
| + return base::TimeDelta::FromSeconds(1);
|
| }
|
|
|
| void CCLayerTreeHostImpl::sendDidLoseContextRecursive(CCLayerImpl* current)
|
|
|