Index: cc/thread_proxy.cc |
diff --git a/cc/thread_proxy.cc b/cc/thread_proxy.cc |
index b7e0e7c405e9c5518d600b6b875f37ab72fbabca..03e5d5956135097d4961d6b74dee3f6ecc1357b1 100644 |
--- a/cc/thread_proxy.cc |
+++ b/cc/thread_proxy.cc |
@@ -751,6 +751,8 @@ ScheduledActionDrawAndSwapResult ThreadProxy::scheduledActionDrawAndSwapInternal |
if (m_inputHandlerOnImplThread.get()) |
m_inputHandlerOnImplThread->animate(monotonicTime); |
+ |
+ // TODO(nduca): make animation happen after tree activation. |
m_layerTreeHostImpl->animate(monotonicTime, wallClockTime); |
// This method is called on a forced draw, regardless of whether we are able to produce a frame, |