Index: third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h |
diff --git a/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h b/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h |
index 131735a30b7392c90e892920f41a9b11200b2827..5a54cd83cb18890eeb13b7839f55954cc2b1c439 100644 |
--- a/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h |
+++ b/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h |
@@ -31,7 +31,7 @@ class BLINK_PLATFORM_EXPORT QueueingTimeEstimator { |
public: |
void OnTopLevelTaskStarted(base::TimeTicks task_start_time); |
void OnTopLevelTaskCompleted(Client* client, base::TimeTicks task_end_time); |
- void OnBeginNestedMessageLoop(); |
+ void OnBeginNestedRunLoop(); |
base::TimeDelta current_expected_queueing_time; |
base::TimeDelta window_duration; |
@@ -48,7 +48,7 @@ class BLINK_PLATFORM_EXPORT QueueingTimeEstimator { |
void OnTopLevelTaskStarted(base::TimeTicks task_start_time); |
void OnTopLevelTaskCompleted(base::TimeTicks task_end_time); |
- void OnBeginNestedMessageLoop(); |
+ void OnBeginNestedRunLoop(); |
// Returns all state except for the current |client_|. |
const State& GetState() const { return state_; } |