Changeset 261928 in webkit


Ignore:
Timestamp:
May 20, 2020 10:24:27 AM (4 years ago)
Author:
eric.carlson@apple.com
Message:

Update some media logging
https://bugs.webkit.org/show_bug.cgi?id=212109
<rdar://problem/63424816>

Unreviewed, remove a change unintentionally included in r261899.

  • UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:

(-[WKFullScreenWindowController _interactivePinchDismissChanged:]):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r261921 r261928  
     12020-05-20  Eric Carlson  <eric.carlson@apple.com>
     2
     3        Update some media logging
     4        https://bugs.webkit.org/show_bug.cgi?id=212109
     5        <rdar://problem/63424816>
     6
     7        Unreviewed, remove a change unintentionally included in r261899.
     8
     9        * UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:
     10        (-[WKFullScreenWindowController _interactivePinchDismissChanged:]):
     11
    1122020-05-20  Andy Estes  <aestes@apple.com>
    213
  • trunk/Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm

    r261899 r261928  
    10511051    }
    10521052
    1053     if (_interactivePinchDismissGestureRecognizer.get().state == UIGestureRecognizerStateCancelled) {
    1054         [_interactiveDismissTransitionCoordinator cancelInteractiveTransition];
    1055         return;
    1056     }
    1057 
    10581053    CGFloat scale = [_interactivePinchDismissGestureRecognizer scale];
    10591054    CGFloat velocity = [_interactivePinchDismissGestureRecognizer velocity];
Note: See TracChangeset for help on using the changeset viewer.