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

Unified Diff: third_party/WebKit/Source/platform/scheduler/DEPS

Issue 2973543002: Record task durations on Renderer Main & Compositor threads.
Patch Set: Fix layering issues. Created 3 years, 5 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/DEPS
diff --git a/third_party/WebKit/Source/platform/scheduler/DEPS b/third_party/WebKit/Source/platform/scheduler/DEPS
index e4af2613ce906b8626748aa0a7214ba2e671e26f..66df9e6e0896ca4725b8d14edc5fa006fcfaced5 100644
--- a/third_party/WebKit/Source/platform/scheduler/DEPS
+++ b/third_party/WebKit/Source/platform/scheduler/DEPS
@@ -25,6 +25,7 @@ include_rules = [
"+base/threading/platform_thread.h",
"+base/threading/thread.h",
"+base/threading/thread_checker.h",
+ "+base/tracked_objects.h",
]
specific_include_rules = {

Powered by Google App Engine
This is Rietveld 408576698