Previous checkin was for Bug 666689

This commit is contained in:
Michael Ventnor 2011-07-01 16:48:30 +10:00
Родитель 62ab64069b
Коммит ff1f9943ea
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -2929,6 +2929,7 @@ nsLayoutUtils::PaintTextShadow(const nsIFrame* aFrame,
shadowColor = aForegroundColor;
// Conjure an nsRenderingContext from a gfxContext for drawing the text
// to blur.
nsRefPtr<nsRenderingContext> renderingContext = new nsRenderingContext();
renderingContext->Init(presCtx->DeviceContext(), shadowContext);