| Index: third_party/WebKit/Source/platform/scheduler/renderer/idle_time_estimator.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/renderer/idle_time_estimator.h b/third_party/WebKit/Source/platform/scheduler/renderer/idle_time_estimator.h
|
| index 6074155ca59b886c645e31ae5e6c0801fbfb54ee..5987d914e701acf492569ecc2cfb67a43e633bc2 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/renderer/idle_time_estimator.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/renderer/idle_time_estimator.h
|
| @@ -40,7 +40,7 @@ class BLINK_PLATFORM_EXPORT IdleTimeEstimator
|
| void DidProcessTask(const base::PendingTask& pending_task) override;
|
|
|
| private:
|
| - scoped_refptr<TaskQueue> compositor_task_runner_;
|
| + scoped_refptr<TaskQueue> compositor_task_queue_;
|
| cc::RollingTimeDeltaHistory per_frame_compositor_task_runtime_;
|
| base::TickClock* time_source_; // NOT OWNED
|
| double estimation_percentile_;
|
|
|