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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/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/task_time_observer.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_time_observer.h b/third_party/WebKit/Source/platform/scheduler/base/task_time_observer.h
index 47ae3b94dd1a99f80729095bddba8ce272083f7c..34ab845348031651e496d3568ff6244ede303e59 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/task_time_observer.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/task_time_observer.h
@@ -33,7 +33,7 @@ class PLATFORM_EXPORT TaskTimeObserver {
double end_time) = 0;
// Callback to be called when we enter a nested message loop.
- virtual void OnBeginNestedMessageLoop() = 0;
+ virtual void OnBeginNestedRunLoop() = 0;
private:
DISALLOW_COPY_AND_ASSIGN(TaskTimeObserver);

Powered by Google App Engine
This is Rietveld 408576698