зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1042342 - Add GMPDecryptor::DecryptingComplete() to gmp-api. r=jesup
This commit is contained in:
Родитель
499998ccd9
Коммит
ec6656ed59
|
@ -260,6 +260,10 @@ public:
|
|||
virtual void Decrypt(GMPBuffer* aBuffer,
|
||||
GMPEncryptedBufferMetadata* aMetadata) = 0;
|
||||
|
||||
// Called when the decryption operations are complete.
|
||||
// Do not call the GMPDecryptorCallback's functions after this is called.
|
||||
virtual void DecryptingComplete() = 0;
|
||||
|
||||
};
|
||||
|
||||
#endif // GMP_DECRYPTION_h_
|
||||
|
|
Загрузка…
Ссылка в новой задаче