| Index: cc/output/begin_frame_args.cc
|
| diff --git a/cc/output/begin_frame_args.cc b/cc/output/begin_frame_args.cc
|
| index a592ecc5c02e90a540389e5f81c95807d990eda3..065cadd3726cc9d0592f938109b9b520541305bd 100644
|
| --- a/cc/output/begin_frame_args.cc
|
| +++ b/cc/output/begin_frame_args.cc
|
| @@ -52,8 +52,8 @@ BeginFrameArgs BeginFrameArgs::CreateForSynchronousCompositor(
|
| // produce output, the Renderer Impl thread the middle 1/3 of a frame to produce
|
| // ouput, and the Renderer Main thread the first 1/3 of a frame to produce
|
| // output.
|
| -base::TimeDelta BeginFrameArgs::DefaultDeadlineAdjustment() {
|
| - return base::TimeDelta::FromMicroseconds(-16666 / 3);
|
| +base::TimeDelta BeginFrameArgs::DefaultEstimatedParentDrawTime() {
|
| + return base::TimeDelta::FromMicroseconds(16666 / 3);
|
| }
|
|
|
| base::TimeDelta BeginFrameArgs::DefaultInterval() {
|
|
|