Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index 941d7df18ff2a8e23820eba9fb6bdc6f640161b9..e505e18a899e0eed322aa6c447ccb3d6deb84dc7 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -1086,7 +1086,8 @@ DrawResult ThreadProxy::DrawSwapInternal(bool forced_draw) { |
} |
if (draw_frame) { |
- impl().layer_tree_host_impl->DrawLayers(&frame); |
+ impl().layer_tree_host_impl->DrawLayers( |
+ &frame, impl().scheduler->LastBeginImplFrameTime()); |
result = DRAW_SUCCESS; |
impl().animations_frozen_until_next_draw = false; |
} else if (result == DRAW_ABORTED_CHECKERBOARD_ANIMATIONS && |