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
parent 7fdcbab3b2
commit 6667f25c28

View File

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