| Index: mojo/edk/system/wait_set_dispatcher.h
|
| diff --git a/mojo/edk/system/wait_set_dispatcher.h b/mojo/edk/system/wait_set_dispatcher.h
|
| index f2c5a2205576498314dd952fc0ac4f3c16fc0fe0..d4f7cd55f26b87b61786a15d34ae5b0348a1ec01 100644
|
| --- a/mojo/edk/system/wait_set_dispatcher.h
|
| +++ b/mojo/edk/system/wait_set_dispatcher.h
|
| @@ -113,7 +113,9 @@ class WaitSetDispatcher final : public Dispatcher, public Awakable {
|
| UserPointer<uint32_t> max_results) override;
|
|
|
| // |Awakable| implementation:
|
| - bool Awake(MojoResult result, uint64_t context) override;
|
| + bool Awake(uint64_t context,
|
| + AwakeReason reason,
|
| + const HandleSignalsState& signals_state) override;
|
|
|
| void AddPossiblyTriggeredNoLock(Entry* entry,
|
| Entry::TriggerState new_trigger_state)
|
|
|