Title: [154364] trunk/Source/WebCore
Revision
154364
Author
[email protected]
Date
2013-08-20 15:12:43 -0700 (Tue, 20 Aug 2013)

Log Message

013-08-20  Jacky Jiang  <[email protected]>

<https://webkit.org/b/120082> [BlackBerry] Remove unused previousTextureRect in LayerTiler

Patch by Jacky Jiang <[email protected]> on 2013-08-20
Reviewed by Rob Buis.
Internally reviewed by Mike Lattanzio and Jakob Petsovits.

* platform/graphics/blackberry/LayerTiler.cpp:
(WebCore::LayerTiler::updateTextureContentsIfNeeded):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (154363 => 154364)


--- trunk/Source/WebCore/ChangeLog	2013-08-20 22:08:42 UTC (rev 154363)
+++ trunk/Source/WebCore/ChangeLog	2013-08-20 22:12:43 UTC (rev 154364)
@@ -1,3 +1,13 @@
+013-08-20  Jacky Jiang  <[email protected]>
+
+        <https://webkit.org/b/120082> [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  <[email protected]>
 
         <https://webkit.org/b/120078> Replace NodeRenderingContext with RenderStyle& as shouldCreateRenderer() argument

Modified: trunk/Source/WebCore/platform/graphics/blackberry/LayerTiler.cpp (154363 => 154364)


--- trunk/Source/WebCore/platform/graphics/blackberry/LayerTiler.cpp	2013-08-20 22:08:42 UTC (rev 154363)
+++ trunk/Source/WebCore/platform/graphics/blackberry/LayerTiler.cpp	2013-08-20 22:12:43 UTC (rev 154364)
@@ -224,7 +224,6 @@
         dirtyRect = IntRect(IntPoint::zero(), requiredTextureSize);
     }
 
-    IntRect previousTextureRect(IntPoint::zero(), m_pendingTextureSize);
     if (m_pendingTextureSize != requiredTextureSize) {
         m_pendingTextureSize = requiredTextureSize;
         addTextureJob(TextureJob::resizeContents(m_pendingTextureSize));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to