| Index: ui/views/controls/table/native_table_win.cc
|
| diff --git a/ui/views/controls/table/native_table_win.cc b/ui/views/controls/table/native_table_win.cc
|
| index 3f06fd0fda1da12e33d690c417ebbb63b9682c01..704ff0c3b2275ad5416a99c6cd1b16af23f272f5 100644
|
| --- a/ui/views/controls/table/native_table_win.cc
|
| +++ b/ui/views/controls/table/native_table_win.cc
|
| @@ -522,7 +522,7 @@ LRESULT NativeTableWin::OnCustomDraw(NMLVCUSTOMDRAW* draw_info) {
|
| native_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;
|
|
|