Chromium Code Reviews| Index: chrome/browser/chromeos/status/status_area_button.cc |
| diff --git a/chrome/browser/chromeos/status/status_area_button.cc b/chrome/browser/chromeos/status/status_area_button.cc |
| index 14d197dbd1e68aecbc9c5d87a90170042738853a..7c75e269da4c28126186483dc33f273c9dd257d3 100644 |
| --- a/chrome/browser/chromeos/status/status_area_button.cc |
| +++ b/chrome/browser/chromeos/status/status_area_button.cc |
| @@ -23,8 +23,8 @@ StatusAreaButton::StatusAreaButton(views::ViewMenuDelegate* menu_delegate) |
| // Use an offset that is top aligned with toolbar. |
| set_menu_offset(0, 2); |
| - // Use a black halo for status text. |
| - SetTextHaloColor(SK_ColorBLACK); |
| + // Use a 0.70 alpha black halo for status text as the icons. |
| + SetTextHaloColor(SkColorSetARGB(0xB3, 0, 0, 0)); |
|
DaveMoore
2010/12/04 00:08:02
Could you make this a constant?
xiyuan
2010/12/04 00:35:21
Done.
|
| } |
| void StatusAreaButton::Paint(gfx::Canvas* canvas, bool for_drag) { |