Source release v3.3.0
This commit is contained in:
@@ -36,8 +36,8 @@ class TestHost : public widevine::Cdm::IStorage,
|
||||
|
||||
private:
|
||||
struct Timer {
|
||||
Timer(int64_t expiry_time, IClient* client, void* context)
|
||||
: expiry_time(expiry_time), client(client), context(context) {}
|
||||
Timer(int64_t expiry_time_, IClient* client_, void* context_)
|
||||
: expiry_time(expiry_time_), client(client_), context(context_) {}
|
||||
|
||||
bool operator<(const Timer& other) const {
|
||||
// We want to reverse the order so that the smallest expiry times go to
|
||||
|
||||
Reference in New Issue
Block a user