The name "hasTransform" is kind of convoluted in WebCore due to historically denoting on RenderStyle whether a "transform" property was set to some non-none value. With the addition of more CSS properties affecting transform, and the addition of RenderStyle::affectsTransform(), we should also rename "hasTransform" on RenderLayer and RenderObject to be "isTransformed" to better match what this method denotes.
Pull request: https://github.com/WebKit/WebKit/pull/8886
Committed 259171@main (c934d4911662): <https://commits.webkit.org/259171@main> Reviewed commits have been landed. Closing PR #8886 and removing active labels.
<rdar://problem/104512541>