| Index: views/controls/table/table_view.cc
|
| diff --git a/views/controls/table/table_view.cc b/views/controls/table/table_view.cc
|
| index 59f5d620f731c9465aae5bb274f425d126202e13..fa2817fdbd2a78e8d36b43a6109cda3f4a88c45d 100644
|
| --- a/views/controls/table/table_view.cc
|
| +++ b/views/controls/table/table_view.cc
|
| @@ -1262,7 +1262,7 @@ LRESULT TableView::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,
|
|
|