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; |