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

Issue 11294003: cc: Make --jank-instead-of-checkerboard jank more often (Closed)

Created:
8 years, 2 months ago by enne (OOO)
Modified:
8 years, 2 months ago
Reviewers:
danakj, jamesr
CC:
chromium-reviews, cc-bugs_chromium.org, wiltzius, darin (slow to review)
Visibility:
Public.

Description

cc: Make --jank-instead-of-checkerboard jank more often Prior to this patch, "force drawn" frames would also get drawn. As frames get forced after commit if three frames in a row fail to draw, this happens fairly often. BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163928

Patch Set 1 #

Total comments: 2

Patch Set 2 : Just prohibit force-after-commit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M cc/scheduler_state_machine.cc View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
enne (OOO)
8 years, 2 months ago (2012-10-24 20:19:34 UTC) #1
danakj
https://codereview.chromium.org/11294003/diff/1/cc/thread_proxy.cc File cc/thread_proxy.cc (right): https://codereview.chromium.org/11294003/diff/1/cc/thread_proxy.cc#newcode712 cc/thread_proxy.cc:712: if (forcedDraw && !Settings::jankInsteadOfCheckerboard()) Is this going to break ...
8 years, 2 months ago (2012-10-24 20:23:39 UTC) #2
enne (OOO)
Ah, quite right. https://codereview.chromium.org/11294003/diff/1/cc/thread_proxy.cc File cc/thread_proxy.cc (right): https://codereview.chromium.org/11294003/diff/1/cc/thread_proxy.cc#newcode712 cc/thread_proxy.cc:712: if (forcedDraw && !Settings::jankInsteadOfCheckerboard()) On 2012/10/24 ...
8 years, 2 months ago (2012-10-24 20:27:35 UTC) #3
danakj
nice, thanks. lgtm
8 years, 2 months ago (2012-10-24 20:28:09 UTC) #4
danakj
aside: too bad we can't differential scroll checkerboards vs animation checkerboards. with this flag animations ...
8 years, 2 months ago (2012-10-24 20:29:30 UTC) #5
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 2 months ago (2012-10-24 20:29:55 UTC) #6
danakj
differentiate*
8 years, 2 months ago (2012-10-24 20:30:04 UTC) #7
jamesr
lgtm On Oct 24, 2012 1:29 PM, <commit-bot@chromium.org> wrote: > No LGTM from a valid ...
8 years, 2 months ago (2012-10-24 20:43:58 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/11294003/5001
8 years, 2 months ago (2012-10-24 20:44:52 UTC) #9
commit-bot: I haz the power
8 years, 2 months ago (2012-10-24 22:25:59 UTC) #10
Change committed as 163928

Powered by Google App Engine
This is Rietveld 408576698