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

Unified Diff: webkit/media/crypto/ppapi_decryptor.cc

Issue 11198017: Add DecryptingAudioDecoder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add unittests Created 8 years, 2 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
« media/filters/decrypting_audio_decoder.cc ('K') | « media/media.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/crypto/ppapi_decryptor.cc
diff --git a/webkit/media/crypto/ppapi_decryptor.cc b/webkit/media/crypto/ppapi_decryptor.cc
index b1b5181de21eff6f7edd2f69b41fd798333eb0b9..69d767f6f03d5756f6fd73bb2ead32071ec54f14 100644
--- a/webkit/media/crypto/ppapi_decryptor.cc
+++ b/webkit/media/crypto/ppapi_decryptor.cc
@@ -189,7 +189,7 @@ void PpapiDecryptor::DecryptAndDecodeAudio(
// if (!cdm_plugin_->DecryptAndDecodeAudio(encrypted, audio_decode_cb))
// audio_decode_cb.Run(kError, NULL);
NOTIMPLEMENTED();
- audio_decode_cb.Run(kError, scoped_ptr<AudioBuffers>());
+ audio_decode_cb.Run(kError, AudioBuffers());
}
void PpapiDecryptor::DecryptAndDecodeVideo(
« media/filters/decrypting_audio_decoder.cc ('K') | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698