| Index: third_party/mojo/src/mojo/edk/system/incoming_endpoint.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/incoming_endpoint.h b/third_party/mojo/src/mojo/edk/system/incoming_endpoint.h
|
| index 4db7d5a4bd575b89b12e88294464cde9db204540..ac63b8e5f0c8787bf388ae976c6f8a97f7d0ae7b 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/incoming_endpoint.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/incoming_endpoint.h
|
| @@ -35,7 +35,8 @@ class MOJO_SYSTEM_IMPL_EXPORT IncomingEndpoint : public ChannelEndpointClient {
|
| void Close();
|
|
|
| // |ChannelEndpointClient| methods:
|
| - bool OnReadMessage(unsigned port, MessageInTransit* message) override;
|
| + bool OnReadMessage(unsigned port,
|
| + MessageInTransit::ReadContext& reading_message) override;
|
| void OnDetachFromChannel(unsigned port) override;
|
|
|
| private:
|
|
|