Index: third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h |
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h b/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h |
index cabfb86e924f2d3dcca320a6ce64e7e978cad6fb..ff89c4ef877bde7eca19ab86cbeb57da9563d083 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h |
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h |
@@ -87,6 +87,10 @@ public: |
// needed, also. |
void setDoesFit(bool); |
+ // Returns a string representation of the media control element. Used for |
+ // the overflow menu. |
+ virtual String getText() { return String(); } |
+ |
MediaControlElementType displayType() const { return m_displayType; } |
DECLARE_VIRTUAL_TRACE(); |