| Index: cc/layer_tree_host_impl.cc
|
| diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
|
| index e09fbf685a29881ce6d4493c2e963372ae0b4f28..1ef964cafcfa74a6ed3e33bb0b71e21c2fcbeee8 100644
|
| --- a/cc/layer_tree_host_impl.cc
|
| +++ b/cc/layer_tree_host_impl.cc
|
| @@ -169,11 +169,6 @@ public:
|
|
|
| virtual void onTimerTick() OVERRIDE
|
| {
|
| - // FIXME: We require that animate be called on the impl thread. This
|
| - // avoids asserts in single threaded mode. Ideally background ticking
|
| - // would be handled by the proxy/scheduler and this could be removed.
|
| - DebugScopedSetImplThread impl;
|
| -
|
| m_layerTreeHostImpl->animate(base::TimeTicks::Now(), base::Time::Now());
|
| }
|
|
|
|
|