| Index: Source/modules/presentation/PresentationController.h
|
| diff --git a/Source/modules/presentation/PresentationController.h b/Source/modules/presentation/PresentationController.h
|
| index af93132637a049c6d8c4918843f1f8d32b9cbf60..0b431e4011c6e2185eaec5ae6cb8ad6a58b30250 100644
|
| --- a/Source/modules/presentation/PresentationController.h
|
| +++ b/Source/modules/presentation/PresentationController.h
|
| @@ -46,6 +46,7 @@ public:
|
| virtual bool isAvailableChangeWatched() const override;
|
| virtual void didStartDefaultSession(WebPresentationSessionClient*) override;
|
| virtual void didChangeSessionState(WebPresentationSessionClient*, WebPresentationSessionState) override;
|
| + virtual void didReceiveSessionTextMessage(WebPresentationSessionClient*, const WebString&) override;
|
|
|
| // Called when the first listener was added to or the last listener was removed from the
|
| // |availablechange| event.
|
|
|