commit | 23c4420b2186c7fa4d8cd8b6ff618b8bb00c3333 | [log] [tgz] |
---|---|---|
author | Marin Shalamanov <shalamanov@google.com> | Tue Dec 22 19:09:20 2020 +0100 |
committer | Marin Shalamanov <shalamanov@google.com> | Fri Jan 22 20:59:49 2021 +0100 |
tree | 13edb79d09158941f5c03b6bbf18f5fbe10b3724 | |
parent | 2fc978ff528a7c3843524e4e4feea424bc680ffe [diff] [blame] |
SF: Rename HwcConfigIndexType to DisplayModeId Bug: 159590486 Bug: 176148651 Test: atest libsurfaceflinger_unittest Change-Id: Ie177b213bb7a8ab9f67a51d2b5cf27d8fd97b780
diff --git a/services/surfaceflinger/tests/unittests/TestableScheduler.h b/services/surfaceflinger/tests/unittests/TestableScheduler.h index 2192977..d3e90e3 100644 --- a/services/surfaceflinger/tests/unittests/TestableScheduler.h +++ b/services/surfaceflinger/tests/unittests/TestableScheduler.h
@@ -91,7 +91,7 @@ } void onNonPrimaryDisplayConfigChanged(ConnectionHandle handle, PhysicalDisplayId displayId, - HwcConfigIndexType configId, nsecs_t vsyncPeriod) { + DisplayModeId configId, nsecs_t vsyncPeriod) { return Scheduler::onNonPrimaryDisplayConfigChanged(handle, displayId, configId, vsyncPeriod); }