Commit 2a6fad3f authored by Allen Bauer's avatar Allen Bauer Committed by Commit Bot

Fixed hover highlight for the tab close button

Bug: 839000
Change-Id: I000a3aae3e5c9373baadc9f3c4d693e91ae07725
Reviewed-on: https://chromium-review.googlesource.com/1040671Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Commit-Queue: Allen Bauer <kylixrd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555545}
parent dd3d87d3
......@@ -155,7 +155,7 @@ void TabCloseButton::GenerateImages(bool is_touch,
: normal;
const gfx::ImageSkia& hover_highlight =
gfx::CreateVectorIcon(highlight, hover_pressed_icon_color);
gfx::CreateVectorIcon(highlight, hover_highlight_color);
const gfx::ImageSkia& pressed_highlight =
gfx::CreateVectorIcon(highlight, pressed_highlight_color);
const gfx::ImageSkia& hover =
......
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