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

Unified Diff: cc/animation/animation_host_perftest.cc

Issue 1950243005: Communicate MT changes to impl-only scroll offset animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 4 years, 7 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
Index: cc/animation/animation_host_perftest.cc
diff --git a/cc/animation/animation_host_perftest.cc b/cc/animation/animation_host_perftest.cc
index 32b999b69f5b5ee9e9550d17a78c52a7fdc64146..58e4dad36fd07644f58f20568377007d86309226 100644
--- a/cc/animation/animation_host_perftest.cc
+++ b/cc/animation/animation_host_perftest.cc
@@ -105,7 +105,9 @@ class AnimationHostPerfTest : public testing::Test {
void DoTest() {
timer_.Reset();
do {
- host()->PushPropertiesTo(host_impl());
+ host()->PushPropertiesTo(
+ host_impl(),
+ layer_tree_host_->host_impl()->CurrentBeginFrameArgs().frame_time);
timer_.NextLap();
} while (!timer_.HasTimeLimitExpired());

Powered by Google App Engine
This is Rietveld 408576698