| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| index 96cc0317f3e6332c5a1b72633023f562b05853db..bf1e7ca4fdd4a65bf008b8447b71597f1bfd9a0f 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| @@ -95,6 +95,8 @@ class PresentationConnection final : public EventTargetWithInlineData,
|
| WebPresentationConnectionState GetState();
|
| void DidChangeState(WebPresentationConnectionState,
|
| bool should_dispatch_event);
|
| + // Notify target connection about connection state change.
|
| + void NotifyTargetConnection(WebPresentationConnectionState);
|
|
|
| protected:
|
| // EventTarget implementation.
|
|
|