The two modes are not dependent, we just have had no reason to enable them separately before.
<rdar://problem/13962816>
Created attachment 202608 [details] patch
Attachment 202608 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/UIProcess/API/mac/WKView.mm', u'Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h']" exit_code: 1 Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h:63: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 1 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 202608 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=202608&action=review >> Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h:63 >> +@property (readwrite) BOOL shouldClipToExposedRect; > > Extra space before ( in function call [whitespace/parens] [4] False.
Comment on attachment 202608 [details] patch I think we should call the API “shouldClipToVisibleRect”.
https://trac.webkit.org/r150532