Introduce View::ScheduleLayout |
||||
Issue descriptionWe have code in views that need to explicitly call Layout() in various places, e.g. when bounds or some other state changes. It may be interesting to introduce View::ScheduleLayout(), somewhat like a SchedulePaint(). Alternatively, the code that does an explicit Layout() could instead simply do a SchedulePaint(), and before calling GetRootView()->Paint() in Widget::OnNativeWidgetPaint(), we do a Layout() on the root-view if the layout has been invalidated. Some context: https://codereview.chromium.org/2143473002/
,
Jul 18 2016
,
Jul 19 2017
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Aug 22
Archiving old bugs that have Hotlist-Recharge-Cold and haven't been modified in over a year. If you feel this issue should still be addressed, feel free to reopen it or to file a new issue |
||||
►
Sign in to add a comment |
||||
Comment 1 by sky@chromium.org
, Jul 18 2016