[webkit-reviews] review granted: [Bug 237590] Allow to override CSS transform in RenderStyle::applyTransform() : [Attachment 454086] Patch, v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 07:25:11 PST 2022


Rob Buis <rbuis at igalia.com> has granted Nikolas Zimmermann
<zimmermann at kde.org>'s request for review:
Bug 237590: Allow to override CSS transform in RenderStyle::applyTransform()
https://bugs.webkit.org/show_bug.cgi?id=237590

Attachment 454086: Patch, v1

https://bugs.webkit.org/attachment.cgi?id=454086&action=review




--- Comment #2 from Rob Buis <rbuis at igalia.com> ---
Comment on attachment 454086
  --> https://bugs.webkit.org/attachment.cgi?id=454086
Patch, v1

View in context: https://bugs.webkit.org/attachment.cgi?id=454086&action=review

> Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp:1536
> +TransformationMatrix& TransformationMatrix::multiplyAffineTransform(const
AffineTransform& mat)

We probably should not abbreviate here, so either 'matrix' or
'affineTransform'.


More information about the webkit-reviews mailing list