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

Commit ded71e68 authored by Ryan Prichard's avatar Ryan Prichard Committed by Gerrit Code Review
Browse files

Merge "[RESTRICT AUTOMERGE] SF: Call clear() instead of empty()" into main

parents b360539a f168dcdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -359,7 +359,7 @@ void SurfaceInterceptorTest::backgroundBlurRadiusUpdate(Transaction& t) {
}

void SurfaceInterceptorTest::blurRegionsUpdate(Transaction& t) {
    BLUR_REGIONS_UPDATE.empty();
    BLUR_REGIONS_UPDATE.clear();
    BLUR_REGIONS_UPDATE.push_back(BlurRegion());
    t.setBlurRegions(mBGSurfaceControl, BLUR_REGIONS_UPDATE);
}