RESOLVED FIXED 183706
Add _useSystemAppearance to WKView
https://bugs.webkit.org/show_bug.cgi?id=183706
Summary Add _useSystemAppearance to WKView
Megan Gardner
Reported 2018-03-16 14:18:37 PDT
Add _useSystemAppearance to WKView
Attachments
Patch (5.62 KB, patch)
2018-03-16 14:24 PDT, Megan Gardner
thorton: review+
Megan Gardner
Comment 1 2018-03-16 14:24:56 PDT
Megan Gardner
Comment 2 2018-03-16 14:25:30 PDT
Tim Horton
Comment 3 2018-03-16 15:12:15 PDT
Comment on attachment 335968 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=335968&action=review LGTM. Technically we could probably share the implementation of the defaultAppearance getter in WebViewImpl as well, but that’s just cleanup > Source/WebKit/UIProcess/API/Cocoa/WKViewPrivate.h:142 > +@property (nonatomic, readwrite, setter=_setUseSystemAppearance:) BOOL _useSystemAppearance WK_API_AVAILABLE(macosx(WK_MAC_TBA)); Maybe a newline before this.
Megan Gardner
Comment 4 2018-03-16 15:23:30 PDT
Note You need to log in before you can comment on or make changes to this bug.