| 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 c59d67c62ab460277e7f80892ff870f16550accc..60d9c00be89de81955afb7441956238b66cb7cef 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| @@ -43,7 +43,7 @@ class MODULES_EXPORT PresentationReceiver final
|
| ScriptPromise connectionList(ScriptState*);
|
|
|
| // Implementation of WebPresentationController.
|
| - void onReceiverConnectionAvailable(
|
| + WebPresentationConnection* onReceiverConnectionAvailable(
|
| const WebPresentationSessionInfo&) override;
|
| void registerConnection(PresentationConnection*);
|
|
|
|
|