| Index: third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl b/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
|
| index 7998203599e2ee50d3a532da71b5157aa70a7aed..a5c87161760803875964085767ae93117a181b56 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| partial interface HTMLMediaElement {
|
| - readonly attribute MediaKeys mediaKeys;
|
| - [CallWith=ScriptState] Promise setMediaKeys(MediaKeys? mediaKeys);
|
| - attribute EventHandler onencrypted;
|
| - attribute EventHandler onwaitingforkey;
|
| + [Measure] readonly attribute MediaKeys mediaKeys;
|
| + [Measure, CallWith=ScriptState] Promise setMediaKeys(MediaKeys? mediaKeys);
|
| + [Measure] attribute EventHandler onencrypted;
|
| + [Measure] attribute EventHandler onwaitingforkey;
|
| };
|
|
|