template <typename T>

struct IntrusiveListItem

Defined at line 19 of file ../../src/ui/lib/escher/util/intrusive_list.h

Base class for items that can be stored in an IntrusiveList.

TODO(https://fxbug.dev/42098053): A fancier implementation would make next/prev private. Until

then, we trust Escher clients to not frob these pointers.

Public Members