Changeset 189630 in webkit
- Timestamp:
- Sep 11, 2015, 2:28:10 PM (10 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r189628 r189630 1 2015-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 1 9 2015-09-11 Beth Dakin <bdakin@apple.com> 2 10 -
trunk/Source/WebKit2/UIProcess/mac/ViewGestureControllerMac.mm
r188833 r189630 568 568 if (coreColor.isValid()) 569 569 backgroundColor = cachedCGColor(coreColor, ColorSpaceDeviceRGB); 570 #if USE_IOSURFACE_VIEW_SNAPSHOTS571 570 m_currentSwipeSnapshot = snapshot; 572 #endif573 571 } 574 572 … … 817 815 return; 818 816 819 #if USE_IOSURFACE_VIEW_SNAPSHOTS820 817 if (m_currentSwipeSnapshot && m_currentSwipeSnapshot->surface()) 821 818 m_currentSwipeSnapshot->surface()->setIsVolatile(true); 822 819 m_currentSwipeSnapshot = nullptr; 823 #endif824 820 825 821 for (const auto& layer : m_currentSwipeLiveLayers)
Note:
See TracChangeset
for help on using the changeset viewer.