Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index db4091cbc0724efc2e305a5d7832a4f7b2425b31..bd1d235756e8ae2d060439c089fcf16970b77c79 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -1087,8 +1087,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; |
} else { |
DCHECK_NE(DRAW_SUCCESS, result); |