| Index: cc/trees/proxy_timing_history.cc
|
| diff --git a/cc/trees/proxy_timing_history.cc b/cc/trees/proxy_timing_history.cc
|
| index 90abad1632f585c407106d556d52d7c3de5ad2cf..956eb81c6d855c85d6a1012537401ab5e05f70d5 100644
|
| --- a/cc/trees/proxy_timing_history.cc
|
| +++ b/cc/trees/proxy_timing_history.cc
|
| @@ -9,7 +9,7 @@
|
| const size_t kDurationHistorySize = 60;
|
| const double kCommitAndActivationDurationEstimationPercentile = 50.0;
|
| const double kDrawDurationEstimationPercentile = 100.0;
|
| -const int kDrawDurationEstimatePaddingInMicroseconds = 0;
|
| +const int kDrawDurationEstimatePaddingInMicroseconds = 1000;
|
|
|
| namespace cc {
|
|
|
|
|