Type Alias layout_2013::display_list::items::ScrollOffsetMap

source ·
pub type ScrollOffsetMap = HashMap<ExternalScrollId, Vector2D<f32, LayoutPixel>>;
Expand description

The type of the scroll offset list. This is only populated if WebRender is in use.

Aliased Type§

struct ScrollOffsetMap { /* private fields */ }