1
0
Fork 0

Extract abstract CompositionPlanner interface

Rename the generic CompositionPlanner implementation to
GenericCompositionPlanner, and abstract the CompositionPlanner
interface.

Change-Id: I39d6fd44956d77669271999dd83fc78eebec742a
This commit is contained in:
Drew Davenport 2025-10-30 10:33:38 -06:00
parent f119d34769
commit 47fab44195
7 changed files with 82 additions and 37 deletions

View file

@ -92,7 +92,7 @@ filegroup {
"drm/UEventListener.cpp",
"drm/VSyncWorker.cpp",
"backend/CompositionPlanner.cpp",
"backend/GenericCompositionPlanner.cpp",
"backend/ClientCompositionPlanner.cpp",
"backend/BackendManager.cpp",