Update usage table when session is closed

Merge from the widevine CDM repo:
https://widevine-internal-review.googlesource.com/#/c/13310/

Bug: 19003762
Change-Id: Icaa1978c16437d36c99b0b0dabbbfa15fe469bc3
This commit is contained in:
KongQun Yang
2015-03-02 15:21:03 -08:00
parent fc2b694b4f
commit a0b016ecf6
2 changed files with 8 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ class CryptoSession {
static int session_count_;
bool open_;
bool update_usage_table_after_close_session_;
CryptoSessionId oec_session_id_;
OEMCryptoBufferType destination_buffer_type_;