Chromium Code Reviews

Unified Diff: public/platform/WebMediaPlayer.h

Issue 62543003: Added InvalidAccessError exception (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased to master Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/platform/graphics/media/MediaPlayer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaPlayer.h
diff --git a/public/platform/WebMediaPlayer.h b/public/platform/WebMediaPlayer.h
index 0043690c10da0e448a585c1b438dba470bb7458f..8762e530e58686192656ca1b56991738dce62c42 100644
--- a/public/platform/WebMediaPlayer.h
+++ b/public/platform/WebMediaPlayer.h
@@ -79,6 +79,7 @@ public:
MediaKeyExceptionNoError,
MediaKeyExceptionInvalidPlayerState,
MediaKeyExceptionKeySystemNotSupported,
+ MediaKeyExceptionInvalidAccess,
};
enum CORSMode {
« no previous file with comments | « Source/platform/graphics/media/MediaPlayer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine