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

Unified Diff: third_party/WebKit/Source/modules/media_controls/elements/MediaControlElementBase.h

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: mounir's comments. Created 3 years, 5 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/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.

Powered by Google App Engine
This is Rietveld 408576698