Index: third_party/WebKit/Source/modules/presentation/PresentationController.h |
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationController.h b/third_party/WebKit/Source/modules/presentation/PresentationController.h |
index 421c8fb4194e2c706ae522700cefa66f77b9fd38..d46581d1d7b1ceb20f43d8af1b82a50ecc6a082a 100644 |
--- a/third_party/WebKit/Source/modules/presentation/PresentationController.h |
+++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h |
@@ -45,7 +45,8 @@ class MODULES_EXPORT PresentationController final |
DECLARE_VIRTUAL_TRACE(); |
// Implementation of WebPresentationController. |
- void didStartDefaultSession(const WebPresentationSessionInfo&) override; |
+ WebPresentationConnection* didStartDefaultSession( |
+ const WebPresentationSessionInfo&) override; |
void didChangeSessionState(const WebPresentationSessionInfo&, |
WebPresentationConnectionState) override; |
void didCloseConnection(const WebPresentationSessionInfo&, |