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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h

Issue 2273703002: Force events to be non blocking if main thread is unresponsive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build. Created 4 years, 1 month 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/inspector/InspectorWebPerfAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
index 549ca161193cfc4c4e28ffdd095d181163c01278..16dab6a9cb572926b5aef0504d1a5f94278796a2 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
@@ -43,9 +43,9 @@ class CORE_EXPORT InspectorWebPerfAgent final
void didProcessTask() override;
// scheduler::TaskTimeObserver implementation
- void ReportTaskTime(scheduler::TaskQueue*,
- double startTime,
- double endTime) override;
+ void ReportTaskEndTime(scheduler::TaskQueue*,
+ double startTime,
+ double endTime) override;
private:
bool m_enabled;

Powered by Google App Engine
This is Rietveld 408576698