| 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();
|
|
|
|
|