| 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 2f4e1114c0ba29cfb07cc9e7614f698fd0a1c0ef..3beea8f5da7abe83c26fd3ddadbc75573901a24f 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| @@ -44,6 +44,8 @@ public:
|
| // Implementation of WebPresentationController.
|
| void onReceiverConnectionAvailable(WebPresentationConnectionClient*) override;
|
| void registerConnection(PresentationConnection*);
|
| + void didReceiveSessionTextMessage(WebPresentationConnectionClient*, const WebString&) override;
|
| + void didReceiveSessionBinaryMessage(WebPresentationConnectionClient*, const uint8_t* data, size_t length) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|