struct ConfigImages
Defined at line 104 of file ../../src/graphics/display/drivers/coordinator/display-info.h
|config_image_queue| stores image IDs for each display configurations
committed in chronological order.
This is used by OnVsync() display events where clients receive image
IDs of the latest displayed configuration on each Vsync.
A |ClientConfigImages| entry is added to the queue once the config is
committed, and will be evicted when the config (or a newer config) is
already displayed at Vsync time.
TODO(https://fxbug.dev/42152065): Remove once we remove image IDs in OnVsync() events.
Public Members
IdType config_stamp
vector images