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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/test_task_time_observer.h

Issue 2818533003: Make nesting/running states a RunLoop rather than a MessageLoop concept. (Closed)
Patch Set: still need to check MessageLoop::current() in Mojo's RunLoopNestingObserver::GetForThread() Created 3 years, 7 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/base/test_task_time_observer.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/test_task_time_observer.h b/third_party/WebKit/Source/platform/scheduler/base/test_task_time_observer.h
index 0af92aa6a509359368ff106ea54ea97d34ed9e56..53538b9f50b804fcfdaebb32440a4de38c74d8ea 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/test_task_time_observer.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/test_task_time_observer.h
@@ -17,7 +17,7 @@ class TestTaskTimeObserver : public TaskTimeObserver {
void DidProcessTask(TaskQueue* task_queue,
double start_time,
double end_time) override {}
- void OnBeginNestedMessageLoop() override {}
+ void OnBeginNestedRunLoop() override {}
};
} // namespace scheduler

Powered by Google App Engine
This is Rietveld 408576698