Chromium Code Reviews
DescriptionMake FixedHeightScrollable understand heights
This CL makes FixedHeightScrollable able to measure heights. In the DOM-based
version, FixedHeightScrollable forced a synchronous layout in a microtask in
order to measure the size of itself and its children. In the DOM-less version,
we now require the subclass to tell us the item height and we measure our own
height using a layout callback.
R=ianh@google.com
Committed: https://chromium.googlesource.com/external/mojo/+/c35710c6b7a6452eb0551fe5f3c4015e0b26e2a2
Patch Set 1 #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||||||||||||||||||||