Changeset 181846 in webkit


Ignore:
Timestamp:
Mar 22, 2015 11:58:35 PM (9 years ago)
Author:
ap@apple.com
Message:

Build fix.

  • WebView/WebView.mm: (-[WebView _showPlaybackTargetPicker:hasVideo:]):
Location:
trunk/Source/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/mac/ChangeLog

    r181838 r181846  
     12015-03-22  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Build fix.
     4
     5        * WebView/WebView.mm: (-[WebView _showPlaybackTargetPicker:hasVideo:]):
     6
    172015-03-22  Eric Carlson  <eric.carlson@apple.com>
    28
  • trunk/Source/WebKit/mac/WebView/WebView.mm

    r181838 r181846  
    86668666        return;
    86678667
    8668     NSRect rectInWindowCoordinates = [self convertRect:[self _convertRectFromRootView:CGRectMake(location.x(), location.y(), 0, 0)] toView:nil];
     8668    NSRect rectInWindowCoordinates = [self convertRect:[self _convertRectFromRootView:NSMakeRect(location.x(), location.y(), 0, 0)] toView:nil];
    86698669    NSRect rectInScreenCoordinates = [self.window convertRectToScreen:rectInWindowCoordinates];
    86708670    [self _devicePicker]->showPlaybackTargetPicker(rectInScreenCoordinates, hasVideo);
Note: See TracChangeset for help on using the changeset viewer.