Changes between Version 38 and Version 39 of CoordinatedGraphicsSystem


Ignore:
Timestamp:
Mar 10, 2017 4:40:43 AM (7 years ago)
Author:
Konstantin Tokarev
Comment:

Fixed TiledBackingStore.cpp path

Legend:

Unmodified
Added
Removed
Modified
  • CoordinatedGraphicsSystem

    v38 v39  
    164164
    165165=== Classes ===
    166 '''[/browser/trunk/Source/WebCore/platform/graphics/TiledBackingStore.cpp TiledBackingStore]'''  is the class that makes the decisions about tiles, creating or destroying them, dealing with the cover-rect heuristics that are based on the scroll position, contents size and panning trajectory.
     166'''[/browser/trunk/Source/WebCore/platform/graphics/texmap/coordinated/TiledBackingStore.cpp TiledBackingStore]'''  is the class that makes the decisions about tiles, creating or destroying them, dealing with the cover-rect heuristics that are based on the scroll position, contents size and panning trajectory.
    167167TiledBackingStore relies on an WebCore::Tile implementation, allowing for different decisions around drawing the tiles synchronously or asynchronously.
    168168