Chromium Code Reviews| Index: third_party/WebKit/Source/modules/media_controls/elements/MediaControlElementBase.h |
| diff --git a/third_party/WebKit/Source/modules/media_controls/elements/MediaControlElementBase.h b/third_party/WebKit/Source/modules/media_controls/elements/MediaControlElementBase.h |
| index 08c216a7165a663bb3f62b314dbc7598eb3f1220..036d09c4001ec8a50d632df6c0e31a6a4f05387f 100644 |
| --- a/third_party/WebKit/Source/modules/media_controls/elements/MediaControlElementBase.h |
| +++ b/third_party/WebKit/Source/modules/media_controls/elements/MediaControlElementBase.h |
| @@ -6,6 +6,7 @@ |
| #define MediaControlElementBase_h |
| #include "core/dom/Element.h" |
| +#include "modules/ModulesExport.h" |
| #include "modules/media_controls/elements/MediaControlElementType.h" |
| #include "platform/heap/GarbageCollected.h" |
| #include "platform/heap/Visitor.h" |
| @@ -21,7 +22,7 @@ class MediaControlsImpl; |
| // MediaControlElementBase is the base class for all the media control elements. |
| // It is sub-classed by MediaControlInputElement and MediaControlDivElement |
| // which are then used by the final implementations. |
| -class MediaControlElementBase : public GarbageCollectedMixin { |
| +class MODULES_EXPORT MediaControlElementBase : public GarbageCollectedMixin { |
|
mlamouri (slow - plz ping)
2017/07/25 17:29:08
Why is this required?
|
| public: |
| // These hold the state about whether this control should be shown if |
| // space permits. These will also show / hide as needed. |