Bug 1012213: Let the BufferRect be managed and cleared by the callers like before. r=mattwoodrow

This commit is contained in:
Bas Schouten 2014-05-23 06:01:05 +02:00
Родитель 671e8afc63
Коммит 53afa56f9e
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -260,9 +260,6 @@ ContentClientRemoteBuffer::CreateBackBuffer(const nsIntRect& aBufferRect)
return;
}
}
mBufferRect = aBufferRect;
mBufferRotation = nsIntPoint();
}
void