| 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 f0770ba8f8d3052d74e6ddd8389bcab74648e2c9..2a60defa20b315aaba87fcdb26b720e225271815 100644
|
| --- a/ui/views/controls/native/native_view_host.h
|
| +++ b/ui/views/controls/native/native_view_host.h
|
| @@ -83,6 +83,7 @@ class VIEWS_EXPORT NativeViewHost : public View {
|
| void OnFocus() override;
|
| gfx::NativeViewAccessible GetNativeViewAccessible() override;
|
| gfx::NativeCursor GetCursor(const ui::MouseEvent& event) override;
|
| + void OnSoftVisibilityChanged(bool visible) override;
|
|
|
| protected:
|
| bool GetNeedsNotificationWhenVisibleBoundsChange() const override;
|
|
|