DescriptionMoving 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
Messages
Total messages: 13 (0 generated)
|