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

Unified Diff: third_party/WebKit/Source/core/frame/PerformanceMonitor.h

Issue 2788013003: Expected Queueing Time Metric ignores tasks with nested message loops. (Closed)
Patch Set: Address nits Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 34e0e484bdb8bd8db3f9afcd341ea1f2fcc0a20b..9a3c46369aef2065ab57a9ebbc29ae5c23a16a34 100644
--- a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
+++ b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
@@ -120,6 +120,7 @@ class CORE_EXPORT PerformanceMonitor final
void didProcessTask(scheduler::TaskQueue*,
double startTime,
double endTime) override;
+ void onBeginNestedMessageLoop() override {}
void willExecuteScript(ExecutionContext*);
void didExecuteScript();
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698