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

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

Issue 2251123002: macviews: honor system control tint setting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use luminance Created 4 years, 4 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 | « ui/native_theme/native_theme_mac.mm ('k') | 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 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();
« no previous file with comments | « ui/native_theme/native_theme_mac.mm ('k') | ui/views/cocoa/bridged_native_widget.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698