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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/test_task_time_tracker.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: Address Dave's comments. Created 4 years, 4 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/platform/scheduler/base/test_task_time_tracker.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/test_task_time_tracker.h b/third_party/WebKit/Source/platform/scheduler/base/test_task_time_tracker.h
index 15589233a988a761d28ba673ea033c7b1f44c316..f7afb77915ff3179b792ec486f07228c07342291 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/test_task_time_tracker.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/test_task_time_tracker.h
@@ -13,6 +13,7 @@ namespace scheduler {
class TestTaskTimeTracker : public TaskTimeTracker {
public:
+ void ReportTaskStartTime(base::TimeTicks startTime) override {}
Sami 2016/08/24 14:56:01 nit: This feels weirdly asymmetric now that both m
tdresser 2016/08/24 17:22:50 Done.
void ReportTaskTime(base::TimeTicks startTime,
base::TimeTicks endTime) override {}
};

Powered by Google App Engine
This is Rietveld 408576698