diff options
author | alk3pInjection <webmaster@raspii.tech> | 2022-05-02 00:03:18 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-05-02 00:03:18 +0800 |
commit | 89a85a30a46268f508bf47a0f0ec35640b7780ec (patch) | |
tree | 89796ce56edcb7e390c9ef24b42dd760603a7132 /services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp | |
parent | fbf4abee30b5883ca8905ac75e9951075c41969f (diff) | |
parent | 41072e7c8c5c3f03c051b2689bc88e51c03d25e4 (diff) |
Merge tag 'LA.QSSI.12.0.r1-07100.01-qssi.0' into sugisawa-mr1
"LA.QSSI.12.0.r1-07100.01-qssi.0"
Change-Id: I0ee831bc1ae8e0218b43a230c7672b3a4deefb48
Diffstat (limited to 'services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp')
-rw-r--r-- | services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp b/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp index 7c431a077b..1a50427b93 100644 --- a/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp +++ b/services/surfaceflinger/tests/unittests/TransactionApplicationTest.cpp @@ -74,6 +74,7 @@ public: EXPECT_CALL(*mVSyncTracker, currentPeriod()) .WillRepeatedly(Return(FakeHwcDisplayInjector::DEFAULT_VSYNC_PERIOD)); + mFlinger.setupComposer(std::make_unique<Hwc2::mock::Composer>()); mFlinger.setupScheduler(std::unique_ptr<mock::VsyncController>(mVsyncController), std::unique_ptr<mock::VSyncTracker>(mVSyncTracker), std::move(eventThread), std::move(sfEventThread)); |