WKWebView has no equivalent of -[WebView setAlwaysShowVerticalScroller:]
<rdar://problem/35946124>
Created attachment 329566 [details] WIP
Attachment 329566 [details] did not pass style-queue: ERROR: Source/WebKit/WebProcess/WebPage/WebPage.cpp:327: Code inside a namespace should not be indented. [whitespace/indent] [4] ERROR: Source/WebKit/WebProcess/WebPage/WebPage.cpp:4928: One line control clauses should not use braces. [whitespace/braces] [4] ERROR: Source/WebKit/WebProcess/WebPage/WebPage.cpp:4941: One line control clauses should not use braces. [whitespace/braces] [4] Total errors found: 3 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 329568 [details] WIP
Attachment 329568 [details] did not pass style-queue: ERROR: Source/WebKit/WebProcess/WebPage/WebPage.cpp:327: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 1 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 329578 [details] Add _alwaysShows{Horizontal,Vertical}Scroller properties
Attachment 329578 [details] did not pass style-queue: ERROR: Source/WebKit/WebProcess/WebPage/WebPage.cpp:327: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 1 in 20 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 329578 [details] Add _alwaysShows{Horizontal,Vertical}Scroller properties r=me
Fixed in <https://trac.webkit.org/r226008>.