Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ef8d60f authored by Marissa Wall's avatar Marissa Wall
Browse files

Revert "blast: turn off surface damage"

Surface damage is fixed in the blast case so renable it.

Bug: 131175047
Test: ASurfaceControl

This reverts commit ae33e1ae.

Change-Id: Ifdfd6f5450da7a99a166777ef5cafc53180b9bc9
parent ab158ab6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -425,7 +425,7 @@ uint32_t BufferStateLayer::getDrawingScalingMode() const {
}

Region BufferStateLayer::getDrawingSurfaceDamage() const {
    return Region::INVALID_REGION;
    return getDrawingState().surfaceDamageRegion;
}

const HdrMetadata& BufferStateLayer::getDrawingHdrMetadata() const {