summaryrefslogtreecommitdiffstats
path: root/ui/gfx
diff options
context:
space:
mode:
authormithro@mithis.com <mithro@mithis.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-11 13:27:48 +0000
committermithro@mithis.com <mithro@mithis.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-11 13:27:48 +0000
commitb62dcb867c6576b1d730fd6b68f2f55bfda66eda (patch)
tree04bba885070bfa80c718746456d67a02047d84fb /ui/gfx
parente92d61e1866c035d790131692b2bb78754420153 (diff)
downloadchromium_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