Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1477)

Unified Diff: third_party/WebKit/public/platform/modules/presentation/WebPresentationReceiver.h

Issue 2355723004: [Presentation API] 1-UA: send message between controller and receiver page (Closed)
Patch Set: Merge with changes in Issue 2343013002 Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/platform/modules/presentation/WebPresentationController.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/presentation/WebPresentationReceiver.h
diff --git a/third_party/WebKit/public/platform/modules/presentation/WebPresentationReceiver.h b/third_party/WebKit/public/platform/modules/presentation/WebPresentationReceiver.h
index 6757410af11f2ccfb482eca21b73622c0fed2e63..51166ff6909a863429825b4ad935003e59622947 100644
--- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationReceiver.h
+++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationReceiver.h
@@ -6,13 +6,12 @@
#define WebPresentationReceiver_h
#include "public/platform/WebCommon.h"
+#include "public/platform/modules/presentation/WebPresentationClient.h"
namespace blink {
-class WebPresentationConnectionClient;
-
// The delegate Blink provides to WebPresentationReceiverClient in order to get updates.
-class BLINK_PLATFORM_EXPORT WebPresentationReceiver {
+class BLINK_PLATFORM_EXPORT WebPresentationReceiver : public WebPresentationMessageObserver {
public:
virtual ~WebPresentationReceiver() = default;
« no previous file with comments | « third_party/WebKit/public/platform/modules/presentation/WebPresentationController.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698