| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index 316c8c0d6b8917b3e8ede56b585b4155fa561803..d9a0acfc5fb419a51b353bf52e7939fae3c87664 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -1027,7 +1027,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
| // Override returning true when the view needs to be notified when its visible
|
| // bounds relative to the root view may have changed. Only used by
|
| // NativeViewHost.
|
| - virtual bool NeedsNotificationWhenVisibleBoundsChange() const;
|
| + virtual bool GetNeedsNotificationWhenVisibleBoundsChange() const;
|
|
|
| // Notification that this View's visible bounds relative to the root view may
|
| // have changed. The visible bounds are the region of the View not clipped by
|
|
|