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

Unified Diff: third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h

Issue 2338173005: [Blink, RemotePlayback] Dismissing the dialog rejects with NotAllowedError. (Closed)
Patch Set: Fixed base class exports for WIN build Created 4 years, 2 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
Index: third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h
diff --git a/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h b/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h
index 6131d9eb2a93b6c9c915efd8757b43d3a9805d9d..78881c5b853e8b94e029f74eed740dfecd4aaffd 100644
--- a/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h
+++ b/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h
@@ -5,13 +5,15 @@
#ifndef WebRemotePlaybackClient_h
#define WebRemotePlaybackClient_h
+#include "public/platform/WebCommon.h"
+
namespace blink {
enum class WebRemotePlaybackState;
// The interface between the HTMLMediaElement and its
// HTMLMediaElementRemotePlayback supplement.
-class WebRemotePlaybackClient {
+class BLINK_PLATFORM_EXPORT WebRemotePlaybackClient {
mlamouri (slow - plz ping) 2016/10/06 10:55:38 Just saw that you did this. Why exporting somethin
whywhat 2016/10/06 18:18:48 Because I didn't remember NON_EXPORTED_BASE ?
public:
virtual ~WebRemotePlaybackClient() = default;

Powered by Google App Engine
This is Rietveld 408576698