Bug 647315. Back out one line of changeset 844579d34200. r=mattwoodrow

This commit is contained in:
Robert O'Callahan 2011-04-06 16:37:56 -07:00
Родитель 4eeaae413d
Коммит 92e9a3b67d
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -345,6 +345,7 @@ ThebesLayerBuffer::BeginPaint(ThebesLayer* aLayer, ContentType aContentType,
} else {
// We can't do a real self-copy because the buffer is rotated.
// So allocate a new buffer for the destination.
destBufferRect = neededRegion.GetBounds();
bufferDimsChanged = PR_TRUE;
destBuffer = CreateBuffer(contentType, destBufferDims, bufferFlags);
if (!destBuffer)