From 53afa56f9e0f1844d0e32db2cd1f0f6b73fb3ad9 Mon Sep 17 00:00:00 2001 From: Bas Schouten Date: Fri, 23 May 2014 06:01:05 +0200 Subject: [PATCH] Bug 1012213: Let the BufferRect be managed and cleared by the callers like before. r=mattwoodrow --- gfx/layers/client/ContentClient.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/gfx/layers/client/ContentClient.cpp b/gfx/layers/client/ContentClient.cpp index 89fd67973f6d..cbd6bea43dc3 100644 --- a/gfx/layers/client/ContentClient.cpp +++ b/gfx/layers/client/ContentClient.cpp @@ -260,9 +260,6 @@ ContentClientRemoteBuffer::CreateBackBuffer(const nsIntRect& aBufferRect) return; } } - - mBufferRect = aBufferRect; - mBufferRotation = nsIntPoint(); } void