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