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

Unified Diff: ui/views/mus/native_widget_mus.h

Issue 2387013003: Adds OnChildWindowVisibilityChanged to ui::WindowObserver (Closed)
Patch Set: merge Created 4 years, 2 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 | « services/ui/ws/window_manager_client_unittest.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/native_widget_mus.h
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h
index 71bdcbf07d7dc4048f600921ed145b9a3b4e39bd..06ad0561172d40a19ab3eb2672b45602e0b70580 100644
--- a/ui/views/mus/native_widget_mus.h
+++ b/ui/views/mus/native_widget_mus.h
@@ -260,8 +260,8 @@ class VIEWS_MUS_EXPORT NativeWidgetMus
void set_last_cursor(ui::mojom::Cursor cursor) { last_cursor_ = cursor; }
void SetShowState(ui::mojom::ShowState show_state);
- void OnMusWindowVisibilityChanging(ui::Window* window);
- void OnMusWindowVisibilityChanged(ui::Window* window);
+ void OnMusWindowVisibilityChanging(ui::Window* window, bool visible);
+ void OnMusWindowVisibilityChanged(ui::Window* window, bool visible);
// Propagates the widget hit test mask, if any, to the ui::Window.
// TODO(jamescook): Wire this through views::Widget so widgets can push
« no previous file with comments | « services/ui/ws/window_manager_client_unittest.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698