| Index: ui/views/widget/root_view.cc
|
| diff --git a/ui/views/widget/root_view.cc b/ui/views/widget/root_view.cc
|
| index 643e2b681078a1e0ddd1ce0aa4c1637cd6e98dff..d2a54b6c6737d729ffaf292152a016e9ef8c8585 100644
|
| --- a/ui/views/widget/root_view.cc
|
| +++ b/ui/views/widget/root_view.cc
|
| @@ -147,7 +147,7 @@ Widget* RootView::GetWidget() {
|
| return const_cast<Widget*>(const_cast<const RootView*>(this)->GetWidget());
|
| }
|
|
|
| -bool RootView::IsVisibleInRootView() const {
|
| +bool RootView::IsDrawn() const {
|
| return visible();
|
| }
|
|
|
|
|