Bug 158578

Summary: Pass through play state and toggle state to the WebPlaybackControlsManager
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bdakin: review+

Description Jer Noble 2016-06-09 13:41:20 PDT
Pass through play state and toggle state to the WebPlaybackControlsManager
Comment 1 Jer Noble 2016-06-09 13:41:42 PDT
<rdar://problem/25045616>
Comment 2 Jer Noble 2016-06-09 13:43:13 PDT
Created attachment 280940 [details]
Patch
Comment 3 Beth Dakin 2016-06-09 13:46:08 PDT
Comment on attachment 280940 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=280940&action=review

> Source/WebCore/platform/mac/WebPlaybackSessionInterfaceMac.mm:91
> +    [controlsManager setPlaying:isPlaying];

Dot syntax?!
Comment 4 Jer Noble 2016-06-09 14:00:37 PDT
Committed r201882: <http://trac.webkit.org/changeset/201882>