Changeset 181846 in webkit
- Timestamp:
- Mar 22, 2015, 11:58:35 PM (10 years ago)
- Location:
- trunk/Source/WebKit/mac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/mac/ChangeLog
r181838 r181846 1 2015-03-22 Alexey Proskuryakov <ap@apple.com> 2 3 Build fix. 4 5 * WebView/WebView.mm: (-[WebView _showPlaybackTargetPicker:hasVideo:]): 6 1 7 2015-03-22 Eric Carlson <eric.carlson@apple.com> 2 8 -
trunk/Source/WebKit/mac/WebView/WebView.mm
r181838 r181846 8666 8666 return; 8667 8667 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]; 8669 8669 NSRect rectInScreenCoordinates = [self.window convertRectToScreen:rectInWindowCoordinates]; 8670 8670 [self _devicePicker]->showPlaybackTargetPicker(rectInScreenCoordinates, hasVideo);
Note:
See TracChangeset
for help on using the changeset viewer.