Commit 4c4a936c authored by Thomas Lukaszewicz's avatar Thomas Lukaszewicz Committed by Commit Bot

Added handling for high contrast active tab colors to theme_helper_win

Bug: 1063511
Change-Id: Ib10bb02f0d34d7b9bd97be55f5692cbfc0c9c417
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120912
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753275}
parent 313d12c6
...@@ -121,6 +121,10 @@ bool ThemeHelperWin::GetPlatformHighContrastColor(int id, ...@@ -121,6 +121,10 @@ bool ThemeHelperWin::GetPlatformHighContrastColor(int id,
case ThemeProperties::COLOR_FRAME_ACTIVE_INCOGNITO: case ThemeProperties::COLOR_FRAME_ACTIVE_INCOGNITO:
case ThemeProperties::COLOR_FRAME_INACTIVE: case ThemeProperties::COLOR_FRAME_INACTIVE:
case ThemeProperties::COLOR_FRAME_INACTIVE_INCOGNITO: case ThemeProperties::COLOR_FRAME_INACTIVE_INCOGNITO:
case ThemeProperties::COLOR_TAB_BACKGROUND_ACTIVE_FRAME_ACTIVE:
case ThemeProperties::COLOR_TAB_BACKGROUND_ACTIVE_FRAME_ACTIVE_INCOGNITO:
case ThemeProperties::COLOR_TAB_BACKGROUND_ACTIVE_FRAME_INACTIVE:
case ThemeProperties::COLOR_TAB_BACKGROUND_ACTIVE_FRAME_INACTIVE_INCOGNITO:
case ThemeProperties::COLOR_TAB_BACKGROUND_INACTIVE_FRAME_ACTIVE: case ThemeProperties::COLOR_TAB_BACKGROUND_INACTIVE_FRAME_ACTIVE:
case ThemeProperties::COLOR_TAB_BACKGROUND_INACTIVE_FRAME_ACTIVE_INCOGNITO: case ThemeProperties::COLOR_TAB_BACKGROUND_INACTIVE_FRAME_ACTIVE_INCOGNITO:
case ThemeProperties::COLOR_TAB_BACKGROUND_INACTIVE_FRAME_INACTIVE: case ThemeProperties::COLOR_TAB_BACKGROUND_INACTIVE_FRAME_INACTIVE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment