⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 100063 in webkit


Ignore:
Timestamp:
Nov 11, 2011, 7:29:48 PM (15 years ago)
Author:
commit-queue@webkit.org
Message:

[Chromium] Remove unused variable added by r99813.
https://bugs.webkit.org/show_bug.cgi?id=72199

Patch by David Reveman <reveman@chromium.org> on 2011-11-11
Reviewed by James Robinson.

  • platform/graphics/chromium/TiledLayerChromium.cpp:

(WebCore::TiledLayerChromium::prepareToUpdate):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r100060 r100063  
     12011-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
    1112011-11-11  James Robinson  <jamesr@chromium.org>
    212
  • trunk/Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp

    r99813 r100063  
    385385            // Calculate content-space rectangle to copy from.
    386386            IntRect sourceRect = m_tiler->tileContentRect(tile);
    387             const IntPoint anchor = sourceRect.location();
    388387            sourceRect.intersect(m_tiler->layerRectToContentRect(tile->m_dirtyLayerRect));
    389388            // Paint rect not guaranteed to line up on tile boundaries, so
Note: See TracChangeset for help on using the changeset viewer.