| Index: Source/modules/presentation/PresentationController.h
|
| diff --git a/Source/modules/presentation/PresentationController.h b/Source/modules/presentation/PresentationController.h
|
| index ad2aae3386e3239ccdf4e660fdaad53430e39970..239b938b50d932dcfc0e4886d23b9eab3d9b7a0a 100644
|
| --- a/Source/modules/presentation/PresentationController.h
|
| +++ b/Source/modules/presentation/PresentationController.h
|
| @@ -16,6 +16,7 @@ namespace blink {
|
|
|
| class LocalFrame;
|
| class WebPresentationSessionClient;
|
| +enum class WebPresentationSessionState;
|
|
|
| // The coordinator between the various page exposed properties and the content
|
| // layer represented via |WebPresentationClient|.
|
| @@ -43,6 +44,7 @@ public:
|
| virtual void didChangeAvailability(bool available) override;
|
| virtual bool isAvailableChangeWatched() const override;
|
| virtual void didStartDefaultSession(WebPresentationSessionClient*) override;
|
| + virtual void didChangeSessionState(WebPresentationSessionClient*, WebPresentationSessionState) override;
|
|
|
| // Called when the first listener was added to or the last listener was removed from the
|
| // |availablechange| event.
|
|
|