Bug 1540136 - P4: Remove ChromiumCDMParent mMainThread as it is unused. r=cpearce

Differential Revision: https://phabricator.services.mozilla.com/D26207

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Bryce Van Dyk 2019-04-09 15:07:19 +00:00
Родитель aed4a4bf6a
Коммит ee2feb5db5
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -62,7 +62,6 @@ RefPtr<ChromiumCDMParent::InitPromise> ChromiumCDMParent::Init(
__func__);
}
mCDMCallback = aCDMCallback;
mMainThread = aMainThread;
RefPtr<ChromiumCDMParent::InitPromise> promise =
mInitPromise.Ensure(__func__);

Просмотреть файл

@ -180,9 +180,6 @@ class ChromiumCDMParent final : public PChromiumCDMParent,
// life time of this object, but never more than one active at once.
uint32_t mMaxRefFrames = 0;
ReorderQueue mReorderQueue;
// The main thread associated with the root document. Must be set in Init().
nsCOMPtr<nsIEventTarget> mMainThread;
};
} // namespace gmp