Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e117494d3054af226c3947fdd3cdb19e62282f31
https://github.com/WebKit/WebKit/commit/e117494d3054af226c3947fdd3cdb19e62282f31
Author: Ahmad Saleem <[email protected]>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-transforms/animation/transform-interpolation-verify-reftests-expected.txt
M Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp
Log Message:
-----------
Simplify 3d transform if statements
https://bugs.webkit.org/show_bug.cgi?id=288113
rdar://145224943
Reviewed by Brent Fulgham.
Merge:
https://chromium.googlesource.com/chromium/src/+/5cf508ceb9a6e00b2e378c9e1f2d445de4fea98c
This patch removes unneeded `AND` conditions from `if` statements since
the vectors are already normalized.
Test:
imported/w3c/web-platform-tests/css/css-transforms/animation/transform-interpolation-verify-reftests.html
* Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp:
(WebCore::TransformationMatrix::rotate3d):
*
LayoutTests/imported/w3c/web-platform-tests/css/css-transforms/animation/transform-interpolation-verify-reftests-expected.txt:
WPT progression
Canonical link: https://commits.webkit.org/290796@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes