diff options
Diffstat (limited to 'dom/media/eme/CDMProxy.h')
-rw-r--r-- | dom/media/eme/CDMProxy.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dom/media/eme/CDMProxy.h b/dom/media/eme/CDMProxy.h index f3f1add43f..46df81c1dc 100644 --- a/dom/media/eme/CDMProxy.h +++ b/dom/media/eme/CDMProxy.h @@ -61,8 +61,6 @@ public: dom::Optional<dom::MediaKeyStatus> mStatus; }; -typedef int64_t UnixTime; - // Proxies calls CDM, and proxies calls back. // Note: Promises are passed in via a PromiseId, so that the ID can be // passed via IPC to the CDM, which can then signal when to reject or @@ -173,7 +171,7 @@ public: // Main thread only. virtual void OnExpirationChange(const nsAString& aSessionId, - UnixTime aExpiryTime) = 0; + int64_t aExpiryTime) = 0; // Main thread only. virtual void OnSessionClosed(const nsAString& aSessionId) = 0; |