diff options
author | mithro@mithis.com <mithro@mithis.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-11 13:27:48 +0000 |
---|---|---|
committer | mithro@mithis.com <mithro@mithis.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-11 13:27:48 +0000 |
commit | b62dcb867c6576b1d730fd6b68f2f55bfda66eda (patch) | |
tree | 04bba885070bfa80c718746456d67a02047d84fb /ui/gfx | |
parent | e92d61e1866c035d790131692b2bb78754420153 (diff) | |
download | chromium_src-b62dcb867c6576b1d730fd6b68f2f55bfda66eda.zip chromium_src-b62dcb867c6576b1d730fd6b68f2f55bfda66eda.tar.gz chromium_src-b62dcb867c6576b1d730fd6b68f2f55bfda66eda.tar.bz2 |
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
Review URL: https://codereview.chromium.org/328603002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx')
0 files changed, 0 insertions, 0 deletions