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

Unified Diff: ui/native_theme/native_theme_mac.h

Issue 2292233002: macviews: apply graphite tint to button colors when needed (Closed)
Patch Set: 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 | « no previous file | ui/native_theme/native_theme_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_mac.h
diff --git a/ui/native_theme/native_theme_mac.h b/ui/native_theme/native_theme_mac.h
index ec48119d26442030155d1a14ee8235f45d4becfb..ddcd7921e21ef9cff26236ed116fdad287e701dd 100644
--- a/ui/native_theme/native_theme_mac.h
+++ b/ui/native_theme/native_theme_mac.h
@@ -69,6 +69,9 @@ class NATIVE_THEME_EXPORT NativeThemeMac : public NativeThemeBase {
bool focus);
private:
+ SkColor GetAuraColorWithSystemTint(NativeTheme::ColorId color_id,
+ const NativeTheme* base_theme) const;
+
NativeThemeMac();
~NativeThemeMac() override;
« no previous file with comments | « no previous file | ui/native_theme/native_theme_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698