Chromium Code Reviews| Index: chrome/views/table_view.cc |
| =================================================================== |
| --- chrome/views/table_view.cc (revision 8587) |
| +++ chrome/views/table_view.cc (working copy) |
| @@ -807,7 +807,7 @@ |
| if (first->second.title.empty()) |
| style |= LVS_NOCOLUMNHEADER; |
| } |
| - list_view_ = ::CreateWindowEx(WS_EX_CLIENTEDGE | GetAdditionalExStyle(), |
| + list_view_ = ::CreateWindowEx(WS_EX_CLIENTEDGE | GetAdditionalRTLStyle(), |
| WC_LISTVIEW, |
| L"", |
| style, |