| Index: cc/scheduler/compositor_timing_history.h
|
| diff --git a/cc/scheduler/compositor_timing_history.h b/cc/scheduler/compositor_timing_history.h
|
| index f846d8f7ea1e2c1fa427846e5ef905539850b7f6..e580c5e3d5bd09ba5172cb8f02f38f9e062610cf 100644
|
| --- a/cc/scheduler/compositor_timing_history.h
|
| +++ b/cc/scheduler/compositor_timing_history.h
|
| @@ -57,10 +57,7 @@ class CC_EXPORT CompositorTimingHistory {
|
| static scoped_ptr<UMAReporter> CreateUMAReporter(UMACategory category);
|
| virtual base::TimeTicks Now() const;
|
|
|
| - bool AffectsEstimate() const;
|
| -
|
| bool enabled_;
|
| - int draws_left_before_estimates_affected_;
|
|
|
| RollingTimeDeltaHistory begin_main_frame_to_commit_duration_history_;
|
| RollingTimeDeltaHistory commit_to_ready_to_activate_duration_history_;
|
|
|