Bug 911387 - Add calling CompositableBackendSpecificData::ClearData() in Detach(). r=nical

This commit is contained in:
Sotaro Ikeda 2013-11-06 08:44:57 -05:00
Родитель 7a55c4aeaf
Коммит 2e39aafeed
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -269,6 +269,9 @@ public:
SetCompositor(nullptr);
mAttached = false;
mKeepAttached = false;
if (mBackendData) {
mBackendData->ClearData();
}
}
}
bool IsAttached() { return mAttached; }