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

Issue 2731003003: cc: Fix flaky LayerTreeHostScrollTestImplSideInvalidation (Closed)

Created:
3 years, 9 months ago by Khushal
Modified:
3 years, 9 months ago
Reviewers:
danakj
CC:
chromium-reviews, cc-bugs_chromium.org, scheduler-bugs_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Fix flaky LayerTreeHostScrollTestImplSideInvalidation The test was making a wrong assumption that activation happens synchronoulsy after impl-side invalidation. While we do synchronously NotifyReadyToActivate, since there is no PrepareTiles, the activation could be blocked on drawing the previous frame. BUG=697652 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2731003003 Cr-Commit-Position: refs/heads/master@{#454981} Committed: https://chromium.googlesource.com/chromium/src/+/7ee15a00fe953c13a83ef4faeddb9ec4a03dc1c1

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : .. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -37 lines) Patch
M cc/scheduler/scheduler_state_machine.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 1 2 7 chunks +28 lines, -33 lines 0 comments Download

Messages

Total messages: 15 (10 generated)
Khushal
3 years, 9 months ago (2017-03-04 03:25:34 UTC) #3
danakj
LGTM https://codereview.chromium.org/2731003003/diff/20001/cc/trees/layer_tree_host_unittest_scroll.cc File cc/trees/layer_tree_host_unittest_scroll.cc (right): https://codereview.chromium.org/2731003003/diff/20001/cc/trees/layer_tree_host_unittest_scroll.cc#newcode2172 cc/trees/layer_tree_host_unittest_scroll.cc:2172: EXPECT_EQ(reason, CommitEarlyOutReason::FINISHED_NO_UPDATES); btw these EXPECT_EQ are all backward, ...
3 years, 9 months ago (2017-03-06 16:41:44 UTC) #8
Khushal
https://codereview.chromium.org/2731003003/diff/20001/cc/trees/layer_tree_host_unittest_scroll.cc File cc/trees/layer_tree_host_unittest_scroll.cc (right): https://codereview.chromium.org/2731003003/diff/20001/cc/trees/layer_tree_host_unittest_scroll.cc#newcode2172 cc/trees/layer_tree_host_unittest_scroll.cc:2172: EXPECT_EQ(reason, CommitEarlyOutReason::FINISHED_NO_UPDATES); On 2017/03/06 16:41:44, danakj wrote: > btw ...
3 years, 9 months ago (2017-03-06 21:46:26 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2731003003/40001
3 years, 9 months ago (2017-03-06 21:46:37 UTC) #12
commit-bot: I haz the power
3 years, 9 months ago (2017-03-06 22:41:38 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/7ee15a00fe953c13a83ef4faeddb...

Powered by Google App Engine
This is Rietveld 408576698