Changeset 205469 in webkit


Ignore:
Timestamp:
Sep 5, 2016 9:21:23 PM (8 years ago)
Author:
timothy_horton@apple.com
Message:

Remove some dead code in ViewGestureControllerMac
https://bugs.webkit.org/show_bug.cgi?id=161616

Reviewed by Darin Adler.

  • UIProcess/mac/ViewGestureControllerMac.mm:

(WebKit::ViewGestureController::endSwipeGesture):
All other LEGACY_SWIPE_SHADOW_STYLE code has been removed, except for this.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r205468 r205469  
     12016-09-05  Tim Horton  <timothy_horton@apple.com>
     2
     3        Remove some dead code in ViewGestureControllerMac
     4        https://bugs.webkit.org/show_bug.cgi?id=161616
     5
     6        Reviewed by Darin Adler.
     7
     8        * UIProcess/mac/ViewGestureControllerMac.mm:
     9        (WebKit::ViewGestureController::endSwipeGesture):
     10        All other LEGACY_SWIPE_SHADOW_STYLE code has been removed, except for this.
     11
    1122016-09-05  Darin Adler  <darin@apple.com>
    213
  • trunk/Source/WebKit2/UIProcess/mac/ViewGestureControllerMac.mm

    r202183 r205469  
    753753    m_swipeCancellationTracker = nullptr;
    754754
    755 #if ENABLE(LEGACY_SWIPE_SHADOW_STYLE)
    756     CALayer *rootLayer = m_webPageProxy.acceleratedCompositingRootLayer();
    757     rootLayer.shadowOpacity = 0;
    758     rootLayer.shadowRadius = 0;
    759 #endif
    760 
    761755    if (cancelled) {
    762756        removeSwipeSnapshot();
Note: See TracChangeset for help on using the changeset viewer.