diff options
| author | 2023-11-21 18:35:20 +0000 | |
|---|---|---|
| committer | 2023-11-21 18:35:20 +0000 | |
| commit | 21fc3f3b4e9f964d7c44e1ba46db93df15ed60f3 (patch) | |
| tree | 3ec2fd939be06dcbff5c481c236868be67aac0c4 /services/surfaceflinger/Layer.cpp | |
| parent | 5f71d9251b135017291d1be4e268ab7c5064c961 (diff) | |
| parent | e1473b0d688227666a2a1e4df94c41172845e575 (diff) | |
Merge "Remove redundant calls and correct some comments." into main
Diffstat (limited to 'services/surfaceflinger/Layer.cpp')
| -rw-r--r-- | services/surfaceflinger/Layer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/surfaceflinger/Layer.cpp b/services/surfaceflinger/Layer.cpp index 7ea547dece..c1f9a37f46 100644 --- a/services/surfaceflinger/Layer.cpp +++ b/services/surfaceflinger/Layer.cpp @@ -4175,7 +4175,6 @@ void Layer::updateSnapshot(bool updateGeometry) { prepareBasicGeometryCompositionState(); prepareGeometryCompositionState(); snapshot->roundedCorner = getRoundedCornerState(); - snapshot->stretchEffect = getStretchEffect(); snapshot->transformedBounds = mScreenBounds; if (mEffectiveShadowRadius > 0.f) { snapshot->shadowSettings = mFlinger->mDrawingState.globalShadowSettings; |