commit | 6b591156e17d655def3d754885ca7ac0cbb84d5e | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Fri Oct 08 11:45:14 2021 -0700 |
committer | Vishnu Nair <vishnun@google.com> | Fri Oct 08 16:15:24 2021 -0700 |
tree | a1b686a0eef3131850bfbb2e6ccb02e716ca1504 | |
parent | 9666ac5932806ba3dc1350f984818669414535e4 [diff] [blame] |
SurfaceFlinger: Add transaction proto and parser Bug: 200284593 Test: atest libsurfaceflinger_unittest Change-Id: Ia7cfde03a1d9df12fc6f4d35e7a93d41f680c180
diff --git a/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp b/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp index 1a50427..f017bcd 100644 --- a/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp +++ b/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp
@@ -103,7 +103,7 @@ static_assert(0xffffffffffffffff == static_cast<uint64_t>(-1)); }; - void checkEqual(TransactionInfo info, SurfaceFlinger::TransactionState state) { + void checkEqual(TransactionInfo info, TransactionState state) { EXPECT_EQ(0u, info.states.size()); EXPECT_EQ(0u, state.states.size());