| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| index 263baa97f7bbc706b73f845e192700ee03513e70..c61db6223a56d2987e4b081df2d8d4ecff007aea 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| @@ -89,6 +89,7 @@ class PresentationConnection final : public EventTargetWithInlineData,
|
| void didReceiveTextMessage(const WebString& message) override;
|
| void didReceiveBinaryMessage(const uint8_t* data, size_t length) override;
|
| void didChangeState(WebPresentationConnectionState) override;
|
| + void didClose() override;
|
|
|
| WebPresentationConnectionState getState();
|
| void didChangeState(WebPresentationConnectionState, bool shouldDispatchEvent);
|
|
|