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

Issue 328603002: Moving deadline adjustment from SyntheticBeginFrameSource into BeginFrameArgs. (Closed)

Created:
6 years, 6 months ago by mithro-old
Modified:
6 years, 6 months ago
Reviewers:
brianderson
CC:
cc-bugs_chromium.org, chromium-reviews
Visibility:
Public.

Description

Moving deadline adjustment from SyntheticBeginFrameSource into BeginFrameArgs. The correct place for this adjustment seems to be in BeginFrame (or maybe AdjustedBeginImplFrameDeadline?) but definately not in the SyntheticBeginFrameSource. Currently the code does; base::TimeDelta parent_draw_time = output_surface_->capabilities().adjust_deadline_for_parent ? BeginFrameArgs::DefaultDeadlineAdjustment() : base::TimeDelta(); client_->SetEstimatedParentDrawTime(parent_draw_time); BUG=345459 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276378

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M cc/scheduler/scheduler.cc View 3 chunks +6 lines, -4 lines 1 comment Download

Messages

Total messages: 13 (0 generated)
mithro-old
Hi Brian, Another small CL related to the begin frame source refactor. I'm unsure if ...
6 years, 6 months ago (2014-06-10 03:21:25 UTC) #1
brianderson
https://codereview.chromium.org/328603002/diff/1/cc/scheduler/scheduler.cc File cc/scheduler/scheduler.cc (right): https://codereview.chromium.org/328603002/diff/1/cc/scheduler/scheduler.cc#newcode401 cc/scheduler/scheduler.cc:401: adjusted_args.deadline -= EstimatedParentDrawTime(); I had some reservations about putting ...
6 years, 6 months ago (2014-06-10 18:24:23 UTC) #2
mithro-old
On 2014/06/10 at 18:24:23, brianderson wrote: > https://codereview.chromium.org/328603002/diff/1/cc/scheduler/scheduler.cc > File cc/scheduler/scheduler.cc (right): > > https://codereview.chromium.org/328603002/diff/1/cc/scheduler/scheduler.cc#newcode401 ...
6 years, 6 months ago (2014-06-11 02:02:42 UTC) #3
brianderson
Ok. I understand why this needs to come out then. Let's leave the adjustment as ...
6 years, 6 months ago (2014-06-11 02:08:09 UTC) #4
brianderson
please reference a bug btw.
6 years, 6 months ago (2014-06-11 02:08:31 UTC) #5
mithro-old
The CQ bit was checked by mithro@mithis.com
6 years, 6 months ago (2014-06-11 02:22:37 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mithro@mithis.com/328603002/1
6 years, 6 months ago (2014-06-11 02:25:43 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-11 08:30:52 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-11 11:04:15 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/25812)
6 years, 6 months ago (2014-06-11 11:04:16 UTC) #10
mithro-old
The CQ bit was checked by mithro@mithis.com
6 years, 6 months ago (2014-06-11 11:11:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mithro@mithis.com/328603002/1
6 years, 6 months ago (2014-06-11 11:12:50 UTC) #12
commit-bot: I haz the power
6 years, 6 months ago (2014-06-11 13:27:51 UTC) #13
Message was sent while issue was closed.
Change committed as 276378

Powered by Google App Engine
This is Rietveld 408576698