From a4dab36b438eb71e0ec11c8cdbbe67798372196f Mon Sep 17 00:00:00 2001 From: Ali Juma Date: Wed, 8 Feb 2012 19:57:21 -0500 Subject: [PATCH] Build fix. --- gfx/layers/ipc/CompositorParent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/layers/ipc/CompositorParent.cpp b/gfx/layers/ipc/CompositorParent.cpp index 18687bc92d6..0c3a12163b0 100644 --- a/gfx/layers/ipc/CompositorParent.cpp +++ b/gfx/layers/ipc/CompositorParent.cpp @@ -185,7 +185,7 @@ CompositorParent::Composite() #ifdef MOZ_WIDGET_ANDROID Layer* layer = GetPrimaryScrollableLayer(); #else - Layer* root = mLayerManager->GetRoot(); + Layer* layer = mLayerManager->GetRoot(); #endif layer->AsShadowLayer()->SetShadowTransform(worldTransform);