Changeset 100063 in webkit
- Timestamp:
- Nov 11, 2011, 7:29:48 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/chromium/TiledLayerChromium.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r100060 r100063 1 2011-11-11 David Reveman <reveman@chromium.org> 2 3 [Chromium] Remove unused variable added by r99813. 4 https://bugs.webkit.org/show_bug.cgi?id=72199 5 6 Reviewed by James Robinson. 7 8 * platform/graphics/chromium/TiledLayerChromium.cpp: 9 (WebCore::TiledLayerChromium::prepareToUpdate): 10 1 11 2011-11-11 James Robinson <jamesr@chromium.org> 2 12 -
trunk/Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp
r99813 r100063 385 385 // Calculate content-space rectangle to copy from. 386 386 IntRect sourceRect = m_tiler->tileContentRect(tile); 387 const IntPoint anchor = sourceRect.location();388 387 sourceRect.intersect(m_tiler->layerRectToContentRect(tile->m_dirtyLayerRect)); 389 388 // Paint rect not guaranteed to line up on tile boundaries, so
Note:
See TracChangeset
for help on using the changeset viewer.