Title: [100063] trunk/Source/WebCore
- Revision
- 100063
- Author
- [email protected]
- Date
- 2011-11-11 19:29:48 -0800 (Fri, 11 Nov 2011)
Log Message
[Chromium] Remove unused variable added by r99813.
https://bugs.webkit.org/show_bug.cgi?id=72199
Patch by David Reveman <[email protected]> on 2011-11-11
Reviewed by James Robinson.
* platform/graphics/chromium/TiledLayerChromium.cpp:
(WebCore::TiledLayerChromium::prepareToUpdate):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (100062 => 100063)
--- trunk/Source/WebCore/ChangeLog 2011-11-12 03:15:03 UTC (rev 100062)
+++ trunk/Source/WebCore/ChangeLog 2011-11-12 03:29:48 UTC (rev 100063)
@@ -1,3 +1,13 @@
+2011-11-11 David Reveman <[email protected]>
+
+ [Chromium] Remove unused variable added by r99813.
+ https://bugs.webkit.org/show_bug.cgi?id=72199
+
+ Reviewed by James Robinson.
+
+ * platform/graphics/chromium/TiledLayerChromium.cpp:
+ (WebCore::TiledLayerChromium::prepareToUpdate):
+
2011-11-11 James Robinson <[email protected]>
Rollout http://trac.webkit.org/changeset/99844
Modified: trunk/Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp (100062 => 100063)
--- trunk/Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp 2011-11-12 03:15:03 UTC (rev 100062)
+++ trunk/Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp 2011-11-12 03:29:48 UTC (rev 100063)
@@ -384,7 +384,6 @@
// Calculate content-space rectangle to copy from.
IntRect sourceRect = m_tiler->tileContentRect(tile);
- const IntPoint anchor = sourceRect.location();
sourceRect.intersect(m_tiler->layerRectToContentRect(tile->m_dirtyLayerRect));
// Paint rect not guaranteed to line up on tile boundaries, so
// make sure that sourceRect doesn't extend outside of it.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes