Bug 1015820: Update the back buffer rect when ensuring a back buffer client exists. r=mattwoodrow

This commit is contained in:
Bas Schouten 2014-05-31 02:16:35 +02:00
parent 6afe00a088
commit cdf842daf9

View File

@ -517,6 +517,9 @@ ContentClientDoubleBuffered::EnsureBackBufferIfFrontBuffer()
{
if (!mTextureClient && mFrontClient) {
CreateBackBuffer(mFrontBufferRect);
mBufferRect = mFrontBufferRect;
mBufferRotation = mFrontBufferRotation;
}
}