commit | d3d8f8e3501a07d55090c287ac45943d687b7006 | [log] [tgz] |
---|---|---|
author | Huihong Luo <huisinro@google.com> | Tue Mar 08 14:48:46 2022 -0800 |
committer | Huihong Luo <huisinro@google.com> | Tue Apr 12 10:31:23 2022 -0700 |
tree | a013da5f7f66e25d219250c36302ac22f006769d | |
parent | bd173bbcfac4a55016e136d8227c0b683cb47013 [diff] [blame] |
Migrate ISurfaceComposerClient to AIDL Migrate and clean up ISurfaceComposerClient to aidl, removed the deprecated createWithParent method, removed non used parameters. Bug: 172002646 Test: atest libgui_test Change-Id: I8ceb7cd90104f2ad9ca72c8025f6298de1fb1ba0
diff --git a/services/surfaceflinger/tests/unittests/TransactionProtoParserTest.cpp b/services/surfaceflinger/tests/unittests/TransactionProtoParserTest.cpp index f5e3b77..669fa3a 100644 --- a/services/surfaceflinger/tests/unittests/TransactionProtoParserTest.cpp +++ b/services/surfaceflinger/tests/unittests/TransactionProtoParserTest.cpp
@@ -49,8 +49,7 @@ ComposerState s; if (i == 1) { layer.parentSurfaceControlForChild = - new SurfaceControl(SurfaceComposerClient::getDefault(), layerHandle, nullptr, - 42); + new SurfaceControl(SurfaceComposerClient::getDefault(), layerHandle, 42); } s.state = layer; t1.states.add(s);