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

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

Issue 2069103004: MacViews: Attach child windows when parent is on the screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable test as potentialy flacky. Created 4 years, 6 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/bridged_native_widget.mm » ('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 4b21ec16b978e0cb5a138a990169e8f6998e8018..ba4c5847c735b1b578388f5291367c34e34896fc 100644
--- a/ui/views/cocoa/bridged_native_widget.h
+++ b/ui/views/cocoa/bridged_native_widget.h
@@ -142,10 +142,6 @@ class VIEWS_EXPORT BridgedNativeWidget
// being reordered in (or out of) the screen list.
void OnVisibilityChanged();
- // Explicitly set the visibility. This is called when Cocoa requests a draw,
- // but hasn't updated the value of -[NSWindow isVisible] yet.
- void OnVisibilityChangedTo(bool new_visibility);
-
// Called by the NSWindowDelegate on a scale factor or color space change.
void OnBackingPropertiesChanged();
« no previous file with comments | « no previous file | ui/views/cocoa/bridged_native_widget.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698