| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 08ab9398eb591245cc288d4a01998f31e11344c9..8dcd73e06abbd9639ea888b299c3c7358600927c 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -318,7 +318,8 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| static void GetAllChildWidgets(gfx::NativeView native_view,
|
| Widgets* children);
|
|
|
| - // Returns all non-child Widgets owned by |native_view|.
|
| + // Returns all Widgets owned by |native_view| (including child widgets, but
|
| + // not including itself).
|
| static void GetAllOwnedWidgets(gfx::NativeView native_view,
|
| Widgets* owned);
|
|
|
|
|