| Index: ui/views/controls/native/native_view_host.cc
|
| diff --git a/ui/views/controls/native/native_view_host.cc b/ui/views/controls/native/native_view_host.cc
|
| index 9a211cd187f8516cf9db7c5e3fd3615858edf748..d706fc3dc4a8c4ebd8e1d6b0b86828aa4625aa86 100644
|
| --- a/ui/views/controls/native/native_view_host.cc
|
| +++ b/ui/views/controls/native/native_view_host.cc
|
| @@ -131,7 +131,7 @@ void NativeViewHost::VisibilityChanged(View* starting_from, bool is_visible) {
|
| Layout();
|
| }
|
|
|
| -bool NativeViewHost::NeedsNotificationWhenVisibleBoundsChange() const {
|
| +bool NativeViewHost::GetNeedsNotificationWhenVisibleBoundsChange() const {
|
| // The native widget is placed relative to the root. As such, we need to
|
| // know when the position of any ancestor changes, or our visibility relative
|
| // to other views changed as it'll effect our position relative to the root.
|
|
|