diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index aaf99b94d13cf2385ea254fa6dda02e7652b1c23..5622f1a3c076fa90097ba12de5132c82a6dd34f2 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,13 @@ +013-08-20 Jacky Jiang + + [BlackBerry] Remove unused previousTextureRect in LayerTiler + + Reviewed by Rob Buis. + Internally reviewed by Mike Lattanzio and Jakob Petsovits. + + * platform/graphics/blackberry/LayerTiler.cpp: + (WebCore::LayerTiler::updateTextureContentsIfNeeded): + 2013-08-20 Antti Koivisto Replace NodeRenderingContext with RenderStyle& as shouldCreateRenderer() argument diff --git a/Source/WebCore/platform/graphics/blackberry/LayerTiler.cpp b/Source/WebCore/platform/graphics/blackberry/LayerTiler.cpp index 221eedd279820699f7d376768100023d2e00074b..3265e26fe15cc494bc0db2f6ca9097e28ac9b2fd 100644 --- a/Source/WebCore/platform/graphics/blackberry/LayerTiler.cpp +++ b/Source/WebCore/platform/graphics/blackberry/LayerTiler.cpp @@ -224,7 +224,6 @@ void LayerTiler::updateTextureContentsIfNeeded(double scale) dirtyRect = IntRect(IntPoint::zero(), requiredTextureSize); } - IntRect previousTextureRect(IntPoint::zero(), m_pendingTextureSize); if (m_pendingTextureSize != requiredTextureSize) { m_pendingTextureSize = requiredTextureSize; addTextureJob(TextureJob::resizeContents(m_pendingTextureSize));