| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 8c92b905f67dbfa911a576781db889ecbfd92396..f1785982d3943c0f36c7d74510118250da329942 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -783,6 +783,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| void OnNativeBlur() override;
|
| void OnNativeWidgetVisibilityChanging(bool visible) override;
|
| void OnNativeWidgetVisibilityChanged(bool visible) override;
|
| + void OnSoftVisibilityChanged(bool visible) override;
|
| void OnNativeWidgetCreated(bool desktop_widget) override;
|
| void OnNativeWidgetDestroying() override;
|
| void OnNativeWidgetDestroyed() override;
|
|
|