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

Unified Diff: third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.cc

Issue 2798563003: [scheduler] Add TaskQueue::Observer (Closed)
Patch Set: Rebased Created 3 years, 8 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/renderer/throttled_time_domain.cc
diff --git a/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.cc b/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.cc
index e5179ddf3f13da100f467fd46fdbdb181b1d8f97..9126c6f02e88f3329f04f6f29b801b5121cd0e5c 100644
--- a/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.cc
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.cc
@@ -7,9 +7,8 @@
namespace blink {
namespace scheduler {
-ThrottledTimeDomain::ThrottledTimeDomain(TimeDomain::Observer* observer,
- const char* tracing_category)
- : RealTimeDomain(observer, tracing_category) {}
+ThrottledTimeDomain::ThrottledTimeDomain(const char* tracing_category)
+ : RealTimeDomain(tracing_category) {}
ThrottledTimeDomain::~ThrottledTimeDomain() {}

Powered by Google App Engine
This is Rietveld 408576698