| Index: ui/views/controls/native/native_view_host.h
|
| diff --git a/ui/views/controls/native/native_view_host.h b/ui/views/controls/native/native_view_host.h
|
| index d5dd9b59fdbd54fbe6736ad82d2ca9671977c5fe..0eca3776587e64165f935267d8d2e408d352ee2e 100644
|
| --- a/ui/views/controls/native/native_view_host.h
|
| +++ b/ui/views/controls/native/native_view_host.h
|
| @@ -86,7 +86,7 @@ class VIEWS_EXPORT NativeViewHost : public View {
|
| virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
|
|
|
| protected:
|
| - virtual bool NeedsNotificationWhenVisibleBoundsChange() const OVERRIDE;
|
| + virtual bool GetNeedsNotificationWhenVisibleBoundsChange() const OVERRIDE;
|
| virtual void OnVisibleBoundsChanged() OVERRIDE;
|
| virtual void ViewHierarchyChanged(
|
| const ViewHierarchyChangedDetails& details) OVERRIDE;
|
|
|