⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 202917 in webkit


Ignore:
Timestamp:
Jul 7, 2016, 10:30:14 AM (10 years ago)
Author:
jer.noble@apple.com
Message:

Unreviewed build fix after r202908. Fix the webPlaybackSessionInterfaceMac @property.

  • platform/mac/WebPlaybackControlsManager.h:
  • platform/mac/WebPlaybackControlsManager.mm:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r202910 r202917  
     12016-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
    182016-07-07  Youenn Fablet  <youenn@apple.com>
    29
  • trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h

    r202908 r202917  
    5757}
    5858
    59 @property (retain) WebCore::WebPlaybackSessionInterfaceMac* webPlaybackSessionInterfaceMac;
     59@property (assign) WebCore::WebPlaybackSessionInterfaceMac* webPlaybackSessionInterfaceMac;
    6060@property (readwrite) NSTimeInterval contentDuration;
    6161@property (nonatomic, retain, readwrite) AVValueTiming *timing;
  • trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.mm

    r202908 r202917  
    3232#import <WebKitAdditions/WebPlaybackControlsControllerAdditions.mm>
    3333#else
     34
     35#import "WebPlaybackSessionInterfaceMac.h"
     36
    3437@implementation WebPlaybackControlsManager
    3538
     
    4245@synthesize playing=_playing;
    4346@synthesize canTogglePlayback=_canTogglePlayback;
    44 
    45 @synthesize webPlaybackSessionInterfaceMac=_webPlaybackSessionInterfaceMac;
    4647
    4748- (WebPlaybackSessionInterfaceMac*)webPlaybackSessionInterfaceMac
Note: See TracChangeset for help on using the changeset viewer.