Changeset 253839 in webkit


Ignore:
Timestamp:
Dec 20, 2019 12:51:47 PM (4 years ago)
Author:
commit-queue@webkit.org
Message:

Include WKPDFConfiguration, WKFindConfiguration, and WKFindResult in umbrella header
https://bugs.webkit.org/show_bug.cgi?id=205432
<rdar://problem/58067946>

Patch by James Savage <James Savage> on 2019-12-20
Reviewed by Wenson Hsieh.

  • Shared/API/Cocoa/WebKit.h: Include new headers.
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r253837 r253839  
     12019-12-20  James Savage  <james.savage@apple.com>
     2
     3        Include WKPDFConfiguration, WKFindConfiguration, and WKFindResult in umbrella header
     4        https://bugs.webkit.org/show_bug.cgi?id=205432
     5        <rdar://problem/58067946>
     6
     7        Reviewed by Wenson Hsieh.
     8
     9        * Shared/API/Cocoa/WebKit.h: Include new headers.
     10
    1112019-12-20  Brian Burg  <bburg@apple.com>
    212
  • trunk/Source/WebKit/Shared/API/Cocoa/WebKit.h

    r247494 r253839  
    3131#import <WebKit/WKContextMenuElementInfo.h>
    3232#import <WebKit/WKError.h>
     33#import <WebKit/WKFindConfiguration.h>
     34#import <WebKit/WKFindResult.h>
    3335#import <WebKit/WKFoundation.h>
    3436#import <WebKit/WKFrameInfo.h>
     
    3941#import <WebKit/WKNavigationResponse.h>
    4042#import <WebKit/WKOpenPanelParameters.h>
     43#import <WebKit/WKPDFConfiguration.h>
    4144#import <WebKit/WKPreferences.h>
    4245#import <WebKit/WKPreviewActionItem.h>
Note: See TracChangeset for help on using the changeset viewer.