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

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

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.h
diff --git a/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.h b/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.h
index 74a654f0c94a956f9297bb112a11e9ecfdf7af7c..53b4514b39fc780e67c4c0e56518ece97b41fa16 100644
--- a/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.h
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.h
@@ -15,8 +15,7 @@ namespace scheduler {
// relies on the owner (TaskQueueThrottler) to schedule wake-ups.
class BLINK_PLATFORM_EXPORT ThrottledTimeDomain : public RealTimeDomain {
public:
- ThrottledTimeDomain(TimeDomain::Observer* observer,
- const char* tracing_category);
+ ThrottledTimeDomain(const char* tracing_category);
~ThrottledTimeDomain() override;
// TimeDomain implementation:

Powered by Google App Engine
This is Rietveld 408576698