From 6f27729132d37bf955a80ded8362b94118d8fbdc Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Mon, 17 Feb 2014 11:24:08 +1300 Subject: [PATCH] Bug 889959 - Don't clear compositor when detaching compositables. r=nical --- gfx/layers/composite/CompositableHost.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/layers/composite/CompositableHost.h b/gfx/layers/composite/CompositableHost.h index e9b64b9142b2..781f49b322ac 100644 --- a/gfx/layers/composite/CompositableHost.h +++ b/gfx/layers/composite/CompositableHost.h @@ -265,7 +265,6 @@ public: aLayer == mLayer || aFlags & FORCE_DETACH) { SetLayer(nullptr); - SetCompositor(nullptr); mAttached = false; mKeepAttached = false; if (mBackendData) {