Changeset 202917 in webkit
- Timestamp:
- Jul 7, 2016, 10:30:14 AM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
platform/mac/WebPlaybackControlsManager.h (modified) (1 diff)
-
platform/mac/WebPlaybackControlsManager.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r202910 r202917 1 2016-07-07 Jer Noble <jer.noble@apple.com> 2 3 Unreviewed build fix after r202908. Fix the webPlaybackSessionInterfaceMac @property. 4 5 * platform/mac/WebPlaybackControlsManager.h: 6 * platform/mac/WebPlaybackControlsManager.mm: 7 1 8 2016-07-07 Youenn Fablet <youenn@apple.com> 2 9 -
trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h
r202908 r202917 57 57 } 58 58 59 @property ( retain) WebCore::WebPlaybackSessionInterfaceMac* webPlaybackSessionInterfaceMac;59 @property (assign) WebCore::WebPlaybackSessionInterfaceMac* webPlaybackSessionInterfaceMac; 60 60 @property (readwrite) NSTimeInterval contentDuration; 61 61 @property (nonatomic, retain, readwrite) AVValueTiming *timing; -
trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.mm
r202908 r202917 32 32 #import <WebKitAdditions/WebPlaybackControlsControllerAdditions.mm> 33 33 #else 34 35 #import "WebPlaybackSessionInterfaceMac.h" 36 34 37 @implementation WebPlaybackControlsManager 35 38 … … 42 45 @synthesize playing=_playing; 43 46 @synthesize canTogglePlayback=_canTogglePlayback; 44 45 @synthesize webPlaybackSessionInterfaceMac=_webPlaybackSessionInterfaceMac;46 47 47 48 - (WebPlaybackSessionInterfaceMac*)webPlaybackSessionInterfaceMac
Note:
See TracChangeset
for help on using the changeset viewer.