Bug 889959 - Don't clear compositor when detaching compositables. r=nical

This commit is contained in:
Matt Woodrow 2014-02-17 11:24:08 +13:00
parent a6e0daab7c
commit b5987bbf40

View File

@ -265,7 +265,6 @@ public:
aLayer == mLayer ||
aFlags & FORCE_DETACH) {
SetLayer(nullptr);
SetCompositor(nullptr);
mAttached = false;
mKeepAttached = false;
if (mBackendData) {