| Index: third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| index 6bed7215e8fc8368decce5c6532d97c1ce9bcd61..0a3f278146242e25b7d6dc43f2507299c599daaf 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| @@ -46,6 +46,9 @@ class MODULES_EXPORT PresentationReceiver final
|
| // Implementation of WebPresentationController.
|
| WebPresentationConnection* onReceiverConnectionAvailable(
|
| const WebPresentationSessionInfo&) override;
|
| + void didChangeSessionState(WebPresentationConnectionState) override;
|
| + void terminateConnection() override;
|
| +
|
| void registerConnection(PresentationConnection*);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|