| Index: components/scheduler/renderer/throttling_helper.h
|
| diff --git a/components/scheduler/renderer/throttling_helper.h b/components/scheduler/renderer/throttling_helper.h
|
| index 2930f1ba02081d1a8d1bae189c5b4ac6a6410c29..db995aea8c27c1054bf10a21bf6deb1efad9bb03 100644
|
| --- a/components/scheduler/renderer/throttling_helper.h
|
| +++ b/components/scheduler/renderer/throttling_helper.h
|
| @@ -30,7 +30,7 @@ class SCHEDULER_EXPORT ThrottlingHelper : public TimeDomain::Observer {
|
| void OnTimeDomainHasImmediateWork() override;
|
| void OnTimeDomainHasDelayedWork() override;
|
|
|
| - // The purpose of this method is to make sure thottling doesn't conflict with
|
| + // The purpose of this method is to make sure throttling doesn't conflict with
|
| // enabling/disabling the queue for policy reasons.
|
| // If |task_queue| is throttled then the ThrottlingHelper remembers the
|
| // |enabled| setting. In addition if |enabled| is false then the queue is
|
|
|