Index: third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h |
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h b/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h |
index 7fa25ab8597bdd151061e590ec8950498a174816..043db0128ef1f5b2f3f41fae8365a010c131da4f 100644 |
--- a/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h |
+++ b/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h |
@@ -30,6 +30,7 @@ public: |
static MediaKeys* mediaKeys(HTMLMediaElement&); |
static ScriptPromise setMediaKeys(ScriptState*, HTMLMediaElement&, MediaKeys*); |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(encrypted); |
+ DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(waitingforkey); |
// WebMediaPlayerEncryptedMediaClient methods |
void encrypted(WebEncryptedMediaInitDataType, const unsigned char* initData, unsigned initDataLength) final; |