No bug. Fixbuild bustage in CanvasClient.cpp. r=bustage

This commit is contained in:
Nicholas Cameron 2013-09-24 13:59:59 +12:00
parent c12354f911
commit 5488ca9bd9

View File

@ -204,7 +204,7 @@ DeprecatedCanvasClientSurfaceStream::Update(gfx::IntSize aSize, ClientCanvasLaye
}
SharedSurface_Gralloc* grallocSurf = SharedSurface_Gralloc::Cast(surf);
mDeprecatedTextureClient->SetDescriptor(grallocSurf->LockSurfaceDescriptor());
mDeprecatedTextureClient->SetDescriptor(grallocSurf->GetDescriptor());
#else
printf_stderr("isCrossProcess, but not MOZ_WIDGET_GONK! Someone needs to write some code!");
MOZ_ASSERT(false);