Changeset 189630 in webkit


Ignore:
Timestamp:
Sep 11, 2015, 2:28:10 PM (10 years ago)
Author:
Beth Dakin
Message:

Build fix

  • UIProcess/mac/ViewGestureControllerMac.mm:

(WebKit::ViewGestureController::beginSwipeGesture):
(WebKit::ViewGestureController::removeSwipeSnapshot):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r189628 r189630  
     12015-09-11  Beth Dakin  <bdakin@apple.com>
     2
     3        Build fix
     4
     5        * UIProcess/mac/ViewGestureControllerMac.mm:
     6        (WebKit::ViewGestureController::beginSwipeGesture):
     7        (WebKit::ViewGestureController::removeSwipeSnapshot):
     8
    192015-09-11  Beth Dakin  <bdakin@apple.com>
    210
  • trunk/Source/WebKit2/UIProcess/mac/ViewGestureControllerMac.mm

    r188833 r189630  
    568568        if (coreColor.isValid())
    569569            backgroundColor = cachedCGColor(coreColor, ColorSpaceDeviceRGB);
    570 #if USE_IOSURFACE_VIEW_SNAPSHOTS
    571570        m_currentSwipeSnapshot = snapshot;
    572 #endif
    573571    }
    574572
     
    817815        return;
    818816
    819 #if USE_IOSURFACE_VIEW_SNAPSHOTS
    820817    if (m_currentSwipeSnapshot && m_currentSwipeSnapshot->surface())
    821818        m_currentSwipeSnapshot->surface()->setIsVolatile(true);
    822819    m_currentSwipeSnapshot = nullptr;
    823 #endif
    824820
    825821    for (const auto& layer : m_currentSwipeLiveLayers)
Note: See TracChangeset for help on using the changeset viewer.