Commit 71f28dce authored by Jennifer Apacible's avatar Jennifer Apacible Committed by Commit Bot

[Picture in Picture] Make media controls icon images black.

The background is kept white.

Bug: 863702
Change-Id: Ia8d0f2bb8f9c1a0263c527906f076a1fa78f5823
Reviewed-on: https://chromium-review.googlesource.com/1137752Reviewed-by: default avatarMounir Lamouri <mlamouri@chromium.org>
Commit-Queue: apacible <apacible@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575336}
parent 5454ce8d
...@@ -45,7 +45,7 @@ const int kMinPlayPauseButtonSize = 48; ...@@ -45,7 +45,7 @@ const int kMinPlayPauseButtonSize = 48;
// Colors for the control buttons. // Colors for the control buttons.
SkColor kBgColor = SK_ColorWHITE; SkColor kBgColor = SK_ColorWHITE;
SkColor kControlIconColor = gfx::kChromeIconGrey; SkColor kControlIconColor = SK_ColorBLACK;
} // namespace } // namespace
// OverlayWindow implementation of NonClientFrameView. // OverlayWindow implementation of NonClientFrameView.
......
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