| Index: Source/modules/presentation/PresentationController.h
|
| diff --git a/Source/modules/presentation/PresentationController.h b/Source/modules/presentation/PresentationController.h
|
| index ad2aae3386e3239ccdf4e660fdaad53430e39970..cc1a0bbf679fff79323f2ce6243b29b3ff720f85 100644
|
| --- a/Source/modules/presentation/PresentationController.h
|
| +++ b/Source/modules/presentation/PresentationController.h
|
| @@ -43,6 +43,7 @@ public:
|
| virtual void didChangeAvailability(bool available) override;
|
| virtual bool isAvailableChangeWatched() const override;
|
| virtual void didStartDefaultSession(WebPresentationSessionClient*) override;
|
| + virtual void didChangeSessionState(WebPresentationSessionClient*, WebPresentationSessionClient::SessionState) override;
|
|
|
| // Called when the first listener was added to or the last listener was removed from the
|
| // |availablechange| event.
|
|
|