commit | a61e4fbf1b2276ae43d23d8889f214f40ca13e20 | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Tue Oct 18 18:29:37 2022 +0000 |
committer | Vishnu Nair <vishnun@google.com> | Tue Oct 18 19:53:51 2022 +0000 |
tree | c8ac62fe629739be2c934b995c7a1c26f4a6c250 | |
parent | 22c43f5828ea5b995f699f13246ed323539e9575 [diff] [blame] |
SF: Move TransactionHandler to frontend Makes it easier to carve out a library in the future. Test: presubmit Bug: 238781169 Change-Id: Iaaa576b47b226114eba48606bffa9ed0dc77c71a
diff --git a/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp b/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp index db438b7..de84faa 100644 --- a/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp +++ b/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp
@@ -30,8 +30,8 @@ #include <vector> #include <binder/Binder.h> +#include "FrontEnd/TransactionHandler.h" #include "TestableSurfaceFlinger.h" -#include "TransactionHandler.h" #include "mock/MockEventThread.h" #include "mock/MockVsyncController.h"