Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: cc/trees/thread_proxy.cc

Issue 340743002: cc: Removing base::TimeTicks argument to DrawLayers as it isn't used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing onto master. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« cc/trees/single_thread_proxy.cc ('K') | « cc/trees/single_thread_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 &&
« cc/trees/single_thread_proxy.cc ('K') | « cc/trees/single_thread_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698