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 1b2607cf94d146acef27a193d419b849d488c171..769b886e03708cca073741af533d5ad7ea82e0a7 100644 |
--- a/ui/views/cocoa/bridged_native_widget.h |
+++ b/ui/views/cocoa/bridged_native_widget.h |
@@ -131,10 +131,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(); |