зеркало из https://github.com/mozilla/gecko-dev.git
Bug 911387 - Add calling CompositableBackendSpecificData::ClearData() in Detach(). r=nical
This commit is contained in:
Родитель
7a55c4aeaf
Коммит
2e39aafeed
|
@ -269,6 +269,9 @@ public:
|
|||
SetCompositor(nullptr);
|
||||
mAttached = false;
|
||||
mKeepAttached = false;
|
||||
if (mBackendData) {
|
||||
mBackendData->ClearData();
|
||||
}
|
||||
}
|
||||
}
|
||||
bool IsAttached() { return mAttached; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче