struct ConfigImages

Defined at line 102 of file ../../src/graphics/display/drivers/coordinator/display-info.h

|config_image_queue| stores image IDs for each display configurations

applied in chronological order.

This is used by OnVsync() display events where clients receive image

IDs of the latest applied configuration on each Vsync.

A |ClientConfigImages| entry is added to the queue once the config is

applied, and will be evicted when the config (or a newer config) is

already presented on the display at Vsync time.

TODO(https://fxbug.dev/42152065): Remove once we remove image IDs in OnVsync() events.

Public Members

IdType config_stamp
vector images

Records