Changeset 166690 in webkit


Ignore:
Timestamp:
Apr 2, 2014 6:38:53 PM (10 years ago)
Author:
timothy_horton@apple.com
Message:

Remove a FIXME that happened.

  • Shared/mac/RemoteLayerBackingStore.mm:

(WebKit::RemoteLayerBackingStore::display):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r166687 r166690  
     12014-04-02  Tim Horton  <timothy_horton@apple.com>
     2
     3        Remove a FIXME that happened.
     4
     5        * Shared/mac/RemoteLayerBackingStore.mm:
     6        (WebKit::RemoteLayerBackingStore::display):
     7
    182014-04-02  Tim Horton  <timothy_horton@apple.com>
    29
  • trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm

    r166682 r166690  
    199199
    200200        if (!m_frontSurface || m_frontSurface->isInUse()) {
    201             // FIXME: Instead of discarding it, put the unusable in-use surface into a pool for future use.
    202201            if (m_frontSurface)
    203202                IOSurfacePool::sharedPool().addSurface(m_frontSurface.get());
Note: See TracChangeset for help on using the changeset viewer.