Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: third_party/WebKit/Source/platform/scheduler/renderer/idle_time_estimator.h

Issue 2840873002: [scheduler] Rename member variables from task_runner_ to task_queue_. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698