Changeset 211230 in webkit


Ignore:
Timestamp:
Jan 26, 2017 1:44:59 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r210095.
https://bugs.webkit.org/show_bug.cgi?id=167464

broke tiling on mac (Requested by thorton on #webkit).

Reverted changeset:

"TileGrid revalidates tiles twice during flush, first with
wrong visible rect"
https://bugs.webkit.org/show_bug.cgi?id=166406
http://trac.webkit.org/changeset/210095

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r211229 r211230  
     12017-01-26  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r210095.
     4        https://bugs.webkit.org/show_bug.cgi?id=167464
     5
     6        broke tiling on mac (Requested by thorton on #webkit).
     7
     8        Reverted changeset:
     9
     10        "TileGrid revalidates tiles twice during flush, first with
     11        wrong visible rect"
     12        https://bugs.webkit.org/show_bug.cgi?id=166406
     13        http://trac.webkit.org/changeset/210095
     14
    1152017-01-26  Chris Dumez  <cdumez@apple.com>
    216
  • trunk/Source/WebCore/platform/graphics/ca/TileGrid.cpp

    r210121 r211230  
    7979    m_containerLayer->setTransform(transform);
    8080
    81     m_controller.setNeedsRevalidateTiles();
     81    // FIXME: we may revalidateTiles twice in this commit.
     82    revalidateTiles(PruneSecondaryTiles);
    8283
    8384    m_containerLayer.get().setContentsScale(m_controller.deviceScaleFactor());
Note: See TracChangeset for help on using the changeset viewer.