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

Unified Diff: third_party/WebKit/Source/core/frame/PerformanceMonitor.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: Add tests, fix bugs. 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/frame/PerformanceMonitor.h
diff --git a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
index 07e018c3460edbb2c87b7eab429e4bf9ebc88ef0..f82ca9c635893b6d28c4fa09e9230675a77a846e 100644
--- a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
+++ b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
@@ -91,9 +91,9 @@ class CORE_EXPORT PerformanceMonitor 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;
std::pair<String, DOMWindow*> sanitizedAttribution(
const HeapHashSet<Member<Frame>>& frameContexts,

Powered by Google App Engine
This is Rietveld 408576698