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..3f9d06a57f01211f094cf7f45da08130cda33d05 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h |
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h |
@@ -87,6 +87,8 @@ public: |
// needed, also. |
void setDoesFit(bool); |
+ virtual String getText() { return ""; } |
whywhat
2016/08/19 23:56:55
nit: return String();
document the method. what th
kdsilva
2016/08/24 05:33:26
Done.
|
+ |
MediaControlElementType displayType() const { return m_displayType; } |
DECLARE_VIRTUAL_TRACE(); |