summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp/utility/run_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/cpp/utility/run_loop.h')
-rw-r--r--mojo/public/cpp/utility/run_loop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/public/cpp/utility/run_loop.h b/mojo/public/cpp/utility/run_loop.h
index 253f5d4..407c58b 100644
--- a/mojo/public/cpp/utility/run_loop.h
+++ b/mojo/public/cpp/utility/run_loop.h
@@ -136,6 +136,7 @@ class RunLoop {
PendingTask(const Closure& task,
MojoTimeTicks runtime,
uint64_t sequence_number);
+ PendingTask(const PendingTask& other);
~PendingTask();
bool operator<(const PendingTask& other) const;