| Index: third_party/WebKit/Source/platform/scheduler/CancellableTaskFactory.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/CancellableTaskFactory.h b/third_party/WebKit/Source/platform/scheduler/CancellableTaskFactory.h
|
| index 12a1f2ae6daa7ed9fae3a8c68660f9ad040bea40..97d26491afb578d2882f39d48f5c469bdc580869 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/CancellableTaskFactory.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/CancellableTaskFactory.h
|
| @@ -20,6 +20,8 @@ namespace blink {
|
|
|
| class TraceLocation;
|
|
|
| +// TODO(alexclarke): Consider removing all uses of this in favor of
|
| +// WebTaskRunner::postCancellableDelayedTask instead.
|
| class PLATFORM_EXPORT CancellableTaskFactory {
|
| WTF_MAKE_NONCOPYABLE(CancellableTaskFactory);
|
| USING_FAST_MALLOC(CancellableTaskFactory);
|
|
|