|
|
EME: ProxyDecryptor creates MediaKeys instead of Decryptor.
ProxyDecryptor will be the MediaKeys manager for EME v0.1b. So it'll create and
manage MediaKeys instead of Decryptors. Also add GetDecryptor() method in
MediaKey interface so that we can get a Decryptor through the MediaKeys interface.
BUG= 163552
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207233
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+38 lines, -40 lines) |
Patch |
 |
M |
media/base/decryptor.h
|
View
|
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/base/media_keys.h
|
View
|
1
2
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/media_keys.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/mock_filters.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/crypto/aes_decryptor.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/crypto/aes_decryptor.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/renderer/media/crypto/ppapi_decryptor.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/renderer/media/crypto/ppapi_decryptor.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/renderer/media/crypto/proxy_decryptor.h
|
View
|
1
2
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/renderer/media/crypto/proxy_decryptor.cc
|
View
|
1
2
|
7 chunks |
+19 lines, -23 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|