Pass value of type AXValueState instead of a boolean value for per app AX settings.
<rdar://problem/79857797>
Created attachment 432379 [details] Patch
Created attachment 432380 [details] Patch
Comment on attachment 432380 [details] Patch r=me
Comment on attachment 432380 [details] Patch Thanks for reviewing!
Committed r279342 (239210@main): <https://commits.webkit.org/239210@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 432380 [details].
Comment on attachment 432380 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=432380&action=review > Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:1095 > + WTFLogAlways("AX: reduce motion: %d", (int)reduceMotionEnabled); Ooops