Title: [123484] trunk/Source/WebKit/blackberry
Revision
123484
Author
commit-qu...@webkit.org
Date
2012-07-24 08:51:22 -0700 (Tue, 24 Jul 2012)

Log Message

[BlackBerry] Remove unused variable in BackingStore.cpp
https://bugs.webkit.org/show_bug.cgi?id=91987

Patch by Arvid Nilsson <anils...@rim.com> on 2012-07-24
Reviewed by Antonio Gomes.

PR: 141439
This is done as part of some general BackingStorePrivate::render()
cleanup in PR 141439.

* Api/BackingStore.cpp:
(BlackBerry::WebKit::BackingStorePrivate::render):

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/Api/BackingStore.cpp (123483 => 123484)


--- trunk/Source/WebKit/blackberry/Api/BackingStore.cpp	2012-07-24 15:44:26 UTC (rev 123483)
+++ trunk/Source/WebKit/blackberry/Api/BackingStore.cpp	2012-07-24 15:51:22 UTC (rev 123484)
@@ -1072,8 +1072,6 @@
     BackingStoreGeometry* currentState = frontState();
     TileMap currentMap = currentState->tileMap();
 
-    Platform::IntRect dirtyContentsRect;
-
     for (size_t i = 0; i < tileRectList.size(); ++i) {
         TileRect tileRect = tileRectList[i];
         TileIndex index = tileRect.first;
@@ -1161,7 +1159,6 @@
             tile->backBuffer()->clearRenderedRegion();
         }
 
-        dirtyContentsRect = Platform::unionOfRects(dirtyContentsRect, dirtyRect);
     }
 
     return true;

Modified: trunk/Source/WebKit/blackberry/ChangeLog (123483 => 123484)


--- trunk/Source/WebKit/blackberry/ChangeLog	2012-07-24 15:44:26 UTC (rev 123483)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2012-07-24 15:51:22 UTC (rev 123484)
@@ -1,3 +1,17 @@
+2012-07-24  Arvid Nilsson  <anils...@rim.com>
+
+        [BlackBerry] Remove unused variable in BackingStore.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=91987
+
+        Reviewed by Antonio Gomes.
+
+        PR: 141439
+        This is done as part of some general BackingStorePrivate::render()
+        cleanup in PR 141439.
+
+        * Api/BackingStore.cpp:
+        (BlackBerry::WebKit::BackingStorePrivate::render):
+
 2012-07-23  Yong Li  <y...@rim.com>
 
         [BlackBerry] Move about: URL handling out of WebCore
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to