| Index: cc/base/unique_notifier.h
|
| diff --git a/cc/base/unique_notifier.h b/cc/base/unique_notifier.h
|
| index 4752f6f6955684d10adaf8de1317a943f9244a4d..89bfecc0f462316041e9d4057c113a6a09351a12 100644
|
| --- a/cc/base/unique_notifier.h
|
| +++ b/cc/base/unique_notifier.h
|
| @@ -32,6 +32,7 @@ class CC_EXPORT UniqueNotifier {
|
| private:
|
| void Notify();
|
|
|
| + // TODO(dcheng): How come this doesn't need to hold a ref to the task runner?
|
| base::SequencedTaskRunner* task_runner_;
|
| base::Closure closure_;
|
| bool notification_pending_;
|
|
|