| Index: ui/views/controls/table/table_view.cc
|
| diff --git a/ui/views/controls/table/table_view.cc b/ui/views/controls/table/table_view.cc
|
| index 707b49b6f8d7fcd3734348fd861d294dfc744798..bdafbe51e556d324924a162610c3c757842c8ecb 100644
|
| --- a/ui/views/controls/table/table_view.cc
|
| +++ b/ui/views/controls/table/table_view.cc
|
| @@ -1245,7 +1245,7 @@ LRESULT TableView::OnCustomDraw(NMLVCUSTOMDRAW* draw_info) {
|
| list_view_, view_index, LVIS_SELECTED | LVIS_DROPHILITED);
|
| bool drop_highlight = ((selected & LVIS_DROPHILITED) != 0);
|
| int bg_color_index;
|
| - if (!IsEnabled())
|
| + if (!enabled())
|
| bg_color_index = COLOR_3DFACE;
|
| else if (drop_highlight)
|
| bg_color_index = COLOR_HIGHLIGHT;
|
|
|