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

Unified Diff: ui/views/cocoa/bridged_native_widget.h

Issue 2448243003: MacViews: Reattach children of native windows when they are exposed. (Closed)
Patch Set: respond to comments 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 | « no previous file | ui/views/cocoa/widget_owner_nswindow_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/cocoa/bridged_native_widget.h
diff --git a/ui/views/cocoa/bridged_native_widget.h b/ui/views/cocoa/bridged_native_widget.h
index 0bb5fd98c92dc991a4cd65c76565b575f67be260..58c60b659c0d06de71a6efbe08a2270a04c6c6d0 100644
--- a/ui/views/cocoa/bridged_native_widget.h
+++ b/ui/views/cocoa/bridged_native_widget.h
@@ -193,7 +193,8 @@ class VIEWS_EXPORT BridgedNativeWidget
}
bool target_fullscreen_state() const { return target_fullscreen_state_; }
- bool window_visible() { return window_visible_; }
+ bool window_visible() const { return window_visible_; }
+ bool wants_to_be_visible() const { return wants_to_be_visible_; }
// Overridden from ui::internal::InputMethodDelegate:
ui::EventDispatchDetails DispatchKeyEventPostIME(ui::KeyEvent* key) override;
« no previous file with comments | « no previous file | ui/views/cocoa/widget_owner_nswindow_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698