Changeset 206322 in webkit
- Timestamp:
- Sep 23, 2016, 12:40:53 PM (9 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r206315 r206322 1 2016-09-23 Jer Noble <jer.noble@apple.com> 2 3 Allow Seeking from the now playing controls 4 https://bugs.webkit.org/show_bug.cgi?id=162498 5 6 Reviewed by Beth Dakin. 7 8 We already have a handler for seek commands, we just need to register that handler 9 with MediaRemote. 10 11 * platform/mac/RemoteCommandListenerMac.mm: 12 (WebCore::RemoteCommandListenerMac::updateSupportedCommands): 13 1 14 2016-09-23 Wenson Hsieh <wenson_hsieh@apple.com> 2 15 -
trunk/Source/WebCore/platform/mac/RemoteCommandListenerMac.mm
r203982 r206322 55 55 MRMediaRemoteCommandBeginRewind, 56 56 MRMediaRemoteCommandEndRewind, 57 MRMediaRemoteCommandSeekToPlaybackPosition, 57 58 }; 58 59
Note:
See TracChangeset
for help on using the changeset viewer.