| Index: views/controls/table/native_table_win.cc
|
| diff --git a/views/controls/table/native_table_win.cc b/views/controls/table/native_table_win.cc
|
| index fd7fb4bc434e9d3bc86db4400f8bb9bd2846841f..aba90273783f3bd6eef8da8f39ea28faa845c797 100644
|
| --- a/views/controls/table/native_table_win.cc
|
| +++ b/views/controls/table/native_table_win.cc
|
| @@ -537,7 +537,7 @@ LRESULT NativeTableWin::OnCustomDraw(NMLVCUSTOMDRAW* draw_info) {
|
| // view when they are 16x16 so we get an extra pixel of padding).
|
| canvas.DrawBitmapInt(image, 0, 0,
|
| image.width(), image.height(),
|
| - 1, 1, kFavIconSize, kFavIconSize, true);
|
| + 1, 1, kFaviconSize, kFaviconSize, true);
|
|
|
| // Only paint the visible region of the icon.
|
| RECT to_draw = { intersection.left - icon_rect.left,
|
|
|