| 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 ba4c5847c735b1b578388f5291367c34e34896fc..b0f59f0be6ea1deadbfafa4e47d495383c0bc49b 100644
|
| --- a/ui/views/cocoa/bridged_native_widget.h
|
| +++ b/ui/views/cocoa/bridged_native_widget.h
|
| @@ -142,6 +142,9 @@ class VIEWS_EXPORT BridgedNativeWidget
|
| // being reordered in (or out of) the screen list.
|
| void OnVisibilityChanged();
|
|
|
| + // Called by the NSWindowDelegate when the system control tint changes.
|
| + void OnSystemControlTintChanged();
|
| +
|
| // Called by the NSWindowDelegate on a scale factor or color space change.
|
| void OnBackingPropertiesChanged();
|
|
|
|
|