| Index: third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationRequest.h b/third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
| index 70cd618b38c7cb291353e6c0a77bfb31ca8ba5ec..0c2da9f7b89af5dbd43eb4bfc9ee3322345b5bae 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
| @@ -15,6 +15,8 @@
|
|
|
| namespace blink {
|
|
|
| +class PresentationConnection;
|
| +
|
| // Implements the PresentationRequest interface from the Presentation API from
|
| // which websites can start or join presentation connections.
|
| class PresentationRequest final : public EventTargetWithInlineData,
|
| @@ -45,6 +47,8 @@ class PresentationRequest final : public EventTargetWithInlineData,
|
|
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(connectionavailable);
|
|
|
| + void dispatchConnectionAvailableEvent(PresentationConnection*);
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
|
|