[webkit-changes] [WebKit/WebKit] 4ef3ee: Address safer CPP failures in GraphicsLayerCA.cpp
Chris Dumez
noreply at github.com
Mon Mar 10 09:18:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4ef3ee1d5b9f7f97303ed938408c6b3032e4c046
https://github.com/WebKit/WebKit/commit/4ef3ee1d5b9f7f97303ed938408c6b3032e4c046
Author: Chris Dumez <cdumez at apple.com>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M Source/WebCore/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations
M Source/WebCore/platform/animation/Animation.h
M Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
M Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h
M Source/WebCore/platform/graphics/ca/PlatformCALayer.h
Log Message:
-----------
Address safer CPP failures in GraphicsLayerCA.cpp
https://bugs.webkit.org/show_bug.cgi?id=289439
Reviewed by Darin Adler.
* Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations:
* Source/WebCore/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations:
* Source/WebCore/platform/animation/Animation.h:
(WebCore::Animation::protectedTimingFunction const):
* Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:
(WebCore::animationHasStepsTimingFunction):
(WebCore::GraphicsLayerCA::backingStoreAttached const):
(WebCore::GraphicsLayerCA::backingStoreAttachedForTesting const):
(WebCore::keyframeValueListHasSingleIntervalWithLinearOrEquivalentTimingFunction):
(WebCore::GraphicsLayerCA::addAnimation):
(WebCore::GraphicsLayerCA::setContentsToSolidColor):
(WebCore::GraphicsLayerCA::setContentsToModel):
(WebCore::GraphicsLayerCA::setContentsToPlatformLayer):
(WebCore::GraphicsLayerCA::setContentsDisplayDelegate):
(WebCore::GraphicsLayerCA::recursiveVisibleRectChangeRequiresFlush const):
(WebCore::GraphicsLayerCA::tiledBacking const):
(WebCore::GraphicsLayerCA::layerTransform const):
(WebCore::GraphicsLayerCA::recursiveCommitChanges):
(WebCore::GraphicsLayerCA::platformCALayerLayerDisplay):
(WebCore::GraphicsLayerCA::updateNames):
(WebCore::GraphicsLayerCA::updateSublayerList):
(WebCore::GraphicsLayerCA::updateGeometry):
(WebCore::GraphicsLayerCA::updateTransform):
(WebCore::GraphicsLayerCA::updateChildrenTransform):
(WebCore::GraphicsLayerCA::updateMasksToBounds):
(WebCore::GraphicsLayerCA::updateContentsVisibility):
(WebCore::GraphicsLayerCA::updateUserInteractionEnabled):
(WebCore::GraphicsLayerCA::updateContentsOpaque):
(WebCore::GraphicsLayerCA::updateBackfaceVisibility):
(WebCore::GraphicsLayerCA::updateFilters):
(WebCore::GraphicsLayerCA::updateBackdropFilters):
(WebCore::GraphicsLayerCA::updateBackdropFiltersRect):
(WebCore::GraphicsLayerCA::updateBackdropRoot):
(WebCore::GraphicsLayerCA::updateBlendMode):
(WebCore::GraphicsLayerCA::updateVideoGravity):
(WebCore::GraphicsLayerCA::updateShape):
(WebCore::GraphicsLayerCA::updateWindRule):
(WebCore::GraphicsLayerCA::updateAppleVisualEffectData):
(WebCore::GraphicsLayerCA::updateContentsScalingFilters):
(WebCore::GraphicsLayerCA::ensureStructuralLayer):
* Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h:
(WebCore::GraphicsLayerCA::protectedLayer const):
(WebCore::GraphicsLayerCA::protectedBackdropLayer const):
(WebCore::GraphicsLayerCA::protectedStructuralLayer const):
(WebCore::GraphicsLayerCA::protectedPrimaryLayer const):
(WebCore::GraphicsLayerCA::protectedAnimatedLayer const):
* Source/WebCore/platform/graphics/ca/PlatformCALayer.h:
Canonical link: https://commits.webkit.org/291899@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