Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: ui/views/widget/widget.h

Issue 1746013002: Hide/show widget on Windows screen lock/unlock Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/widget/native_widget_delegate.h ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ui/views/widget/native_widget_delegate.h ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698