Rename views::Widget::GetContentsView and audit callers |
|
Issue descriptionviews::Widget::GetContentsView() returns the first child of the root view. views::WidgetDelegate::GetContentsView() returns the contents view of the non-client-view. This is confusing and leads to errors, especially in mash/out-of-process ash where things are wired to the WidgetDelegate::GetContentsView() view. +ui/views OWNERS |
|
►
Sign in to add a comment |
|
Comment 1 by jamescook@chromium.org
, Aug 14Labels: Hotlist-CodeHealth