commit | af6d2978cc0449bb4a05b15ac1a46f2e06b6b259 | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Fri Nov 18 06:26:38 2022 +0000 |
committer | Vishnu Nair <vishnun@google.com> | Fri Nov 18 17:38:59 2022 +0000 |
tree | d1b456f3c981e3679473c35be634574df5f43680 | |
parent | 29da4c3b88059e7ef7ea87f7706a277005a152c7 [diff] [blame] |
SF: Move frontend code to frontend namespace Fixes: b/259553365 Test: presubmit Change-Id: I47338ec3e8d151e09b3c22c0544ba948dc25b98d
diff --git a/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp b/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp index 488d4a9..d84698f 100644 --- a/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp +++ b/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp
@@ -42,6 +42,8 @@ using testing::Return; using FakeHwcDisplayInjector = TestableSurfaceFlinger::FakeHwcDisplayInjector; +using frontend::TransactionHandler; + constexpr nsecs_t TRANSACTION_TIMEOUT = s2ns(5); class TransactionApplicationTest : public testing::Test { public: