diff options
Diffstat (limited to 'ui/views/view.h')
-rw-r--r-- | ui/views/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/view.h b/ui/views/view.h index 316c8c0..d9a0acf 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 |