| Index: mojo/edk/system/data_pipe_producer_dispatcher.h
|
| diff --git a/mojo/edk/system/data_pipe_producer_dispatcher.h b/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| index 5248fee24ea112077f938315023da537287f2aca..0f72e7f73c22c1766907aceaf25260cb43f94ec1 100644
|
| --- a/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| +++ b/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| @@ -74,6 +74,10 @@ class DataPipeProducerDispatcher final : public Dispatcher {
|
| HandleSignalsState* signals_state) override;
|
| void RemoveAwakableImplNoLock(Awakable* awakable,
|
| HandleSignalsState* signals_state) override;
|
| + void RemoveAwakableWithContextImplNoLock(
|
| + Awakable* awakable,
|
| + uint64_t context,
|
| + HandleSignalsState* signals_state) override;
|
| void StartSerializeImplNoLock(Channel* channel,
|
| size_t* max_size,
|
| size_t* max_platform_handles) override
|
|
|