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

Unified Diff: third_party/WebCore/html/MediaError.idl

Issue 10117028: Roll WebCore IDL to multivm@418 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
« no previous file with comments | « third_party/WebCore/html/HTMLMediaElement.idl ('k') | third_party/WebCore/html/MediaKeyError.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/MediaError.idl
diff --git a/third_party/WebCore/html/MediaError.idl b/third_party/WebCore/html/MediaError.idl
index fceb1f551ee5e3027c62f2a5a4802c007706d85c..8eb9d54029465034dd43df819fddcd1151672752 100644
--- a/third_party/WebCore/html/MediaError.idl
+++ b/third_party/WebCore/html/MediaError.idl
@@ -31,6 +31,9 @@ module html {
const unsigned short MEDIA_ERR_NETWORK = 2;
const unsigned short MEDIA_ERR_DECODE = 3;
const unsigned short MEDIA_ERR_SRC_NOT_SUPPORTED = 4;
+#if defined(ENABLE_ENCRYPTED_MEDIA) && ENABLE_ENCRYPTED_MEDIA
+ const unsigned short MEDIA_ERR_ENCRYPTED = 5;
+#endif
readonly attribute unsigned short code;
};
}
« no previous file with comments | « third_party/WebCore/html/HTMLMediaElement.idl ('k') | third_party/WebCore/html/MediaKeyError.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698