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

Unified Diff: third_party/WebKit/Source/core/frame/PerformanceMonitor.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/core/frame/PerformanceMonitor.h
diff --git a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
index 9a667ff892bd621df6ee95e5682a8927f3339a14..7679eb1b969c821d716130c75f50b10f8ac35d39 100644
--- a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
+++ b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
@@ -120,7 +120,7 @@ class CORE_EXPORT PerformanceMonitor final
void DidProcessTask(scheduler::TaskQueue*,
double start_time,
double end_time) override;
- void OnBeginNestedMessageLoop() override {}
+ void OnBeginNestedRunLoop() override {}
void WillExecuteScript(ExecutionContext*);
void DidExecuteScript();

Powered by Google App Engine
This is Rietveld 408576698