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: |