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

Commit 9032790a authored by Marissa Wall's avatar Marissa Wall Committed by android-build-merger
Browse files

Merge "blast: turn off surface damage" into qt-dev

am: ab158ab6

Change-Id: I0fc07b53912e96e84b7b1d42be732e9dec1570f0
parents 01419d66 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 getDrawingState().surfaceDamageRegion;
    return Region::INVALID_REGION;
}

const HdrMetadata& BufferStateLayer::getDrawingHdrMetadata() const {