| Index: Source/modules/presentation/Presentation.h
|
| diff --git a/Source/modules/presentation/Presentation.h b/Source/modules/presentation/Presentation.h
|
| index 8aaf55c7bff88ded31526a3552f77db9f3847503..21ac46ebb8ba82c7852c5a0a1e37566c4585393e 100644
|
| --- a/Source/modules/presentation/Presentation.h
|
| +++ b/Source/modules/presentation/Presentation.h
|
| @@ -69,6 +69,8 @@ public:
|
|
|
| // Called when the |onmessage| event needs to be fired to the right session.
|
| void didReceiveSessionTextMessage(WebPresentationSessionClient*, const String& message);
|
| + void didReceiveSessionArrayBufferMessage(WebPresentationSessionClient*, const uint8_t* data, size_t length);
|
| + void didReceiveSessionBlobMessage(WebPresentationSessionClient*, const uint8_t* data, size_t length);
|
|
|
| // Adds a session to the open sessions list.
|
| void registerSession(PresentationSession*);
|
|
|