commit | 397a0e373f8e1d60586c93efbdbdcc309034cce8 | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Tue Jul 26 00:01:48 2022 +0000 |
committer | Vishnu Nair <vishnun@google.com> | Wed Jul 27 22:34:58 2022 +0000 |
tree | d454b10f28f265006242dd4f686627f50a40b8cd | |
parent | a7dfc93a0f15637a95e999dd1f208626a14fdd61 [diff] [blame] |
SF: BufferStateLayer cleanup Clean up some of the logic now that BufferLayer has been merged into BufferStateLayer. Test: presubmit Bug: 238781169 Change-Id: I5114dd8d457638f810fe02d29bfab3444e042d2d
diff --git a/services/surfaceflinger/tests/unittests/CompositionTest.cpp b/services/surfaceflinger/tests/unittests/CompositionTest.cpp index f6ebfe5..9c16e4c 100644 --- a/services/surfaceflinger/tests/unittests/CompositionTest.cpp +++ b/services/surfaceflinger/tests/unittests/CompositionTest.cpp
@@ -511,7 +511,7 @@ Region(Rect(LayerProperties::HEIGHT, LayerProperties::WIDTH))); bool ignoredRecomputeVisibleRegions; - layer->latchBuffer(ignoredRecomputeVisibleRegions, 0, 0); + layer->latchBuffer(ignoredRecomputeVisibleRegions, 0); Mock::VerifyAndClear(test->mRenderEngine); }