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

Changeset 201838 in webkit


Ignore:
Timestamp:
Jun 8, 2016, 3:35:09 PM (10 years ago)
Author:
Beth Dakin
Message:

_web_didAddMediaControlsManager should take a controlsManager as a parameter
https://bugs.webkit.org/show_bug.cgi?id=158545

Reviewed by Tim Horton.

  • UIProcess/Cocoa/WebViewImpl.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r201805 r201838  
     12016-06-08  Beth Dakin  <bdakin@apple.com>
     2
     3        _web_didAddMediaControlsManager should take a controlsManager as a parameter
     4        https://bugs.webkit.org/show_bug.cgi?id=158545
     5
     6        Reviewed by Tim Horton.
     7
     8        * UIProcess/Cocoa/WebViewImpl.h:
     9
    1102016-06-06  Antti Koivisto  <antti@apple.com>
    211
  • trunk/Source/WebKit2/UIProcess/Cocoa/WebViewImpl.h

    r201535 r201838  
    8282
    8383@optional
    84 - (void)_web_didAddMediaControlsManager;
     84- (void)_web_didAddMediaControlsManager:(id)controlsManager;
    8585- (void)_web_didRemoveMediaControlsManager;
    8686
Note: See TracChangeset for help on using the changeset viewer.