[webkit-changes] [WebKit/WebKit] f22fe5: Adopted std::array in TransformMatrix

geoffreygaren noreply at github.com
Tue Oct 15 12:20:22 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f22fe57254df91190dfc98f53061da368a2d66d1
      https://github.com/WebKit/WebKit/commit/f22fe57254df91190dfc98f53061da368a2d66d1
  Author: Geoffrey Garen <ggaren at apple.com>
  Date:   2024-10-15 (Tue, 15 Oct 2024)

  Changed paths:
    M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
    M Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp
    M Source/WebCore/platform/graphics/transforms/TransformationMatrix.h

  Log Message:
  -----------
  Adopted std::array in TransformMatrix
https://bugs.webkit.org/show_bug.cgi?id=281472
<rdar://problem/137927590>

Reviewed by Richard Robinson.

I had to add CSSMatrixComponent.cpp to the smart pointer analysis skip list
to work around rdar://137965803.

* Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp:
(WebCore::decompose4):
(WebCore::TransformationMatrix::multiply):
* Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:
(WebCore::TransformationMatrix::TransformationMatrix):

Canonical link: https://commits.webkit.org/285218@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list