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

Unified Diff: third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.h

Issue 2795783004: Move core MediaControls implementation to modules/media_controls/. (Closed)
Patch Set: rebase Created 3 years, 8 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/Source/core/html/shadow/MediaControlsMediaEventListener.h
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.h b/third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.h
index a653202928a911fbff9c5a360805abacc5d87727..ce7ee28fd82d63fd395f8f3bbd0c347435132a89 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.h
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlsMediaEventListener.h
@@ -5,6 +5,7 @@
#ifndef MediaControlsMediaEventListener_h
#define MediaControlsMediaEventListener_h
+#include "core/CoreExport.h"
#include "core/events/EventListener.h"
namespace blink {
@@ -12,7 +13,7 @@ namespace blink {
class HTMLMediaElement;
class MediaControls;
-class MediaControlsMediaEventListener final : public EventListener {
+class CORE_EXPORT MediaControlsMediaEventListener final : public EventListener {
public:
explicit MediaControlsMediaEventListener(MediaControls*);

Powered by Google App Engine
This is Rietveld 408576698