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

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: disable more checks 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/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 dd7dca8756996a38f7ec799818add268abaa2b34..b4feb3017a2d440bd986b5843566038f93d4aaaf 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