| Index: ui/views/controls/table/test_table_model.cc
|
| diff --git a/ui/views/controls/table/test_table_model.cc b/ui/views/controls/table/test_table_model.cc
|
| index 6cac56cff3d0ac95ce6be1bea88b9ee1ed37dbbd..fde158ea7076d078074166b8f8083b7280d1de3f 100644
|
| --- a/ui/views/controls/table/test_table_model.cc
|
| +++ b/ui/views/controls/table/test_table_model.cc
|
| @@ -29,7 +29,7 @@ base::string16 TestTableModel::GetText(int row, int column_id) {
|
|
|
| gfx::ImageSkia TestTableModel::GetIcon(int row) {
|
| SkBitmap bitmap;
|
| - bitmap.setConfig(SkBitmap::kARGB_8888_Config, 16, 16);
|
| + bitmap.setInfo(SkImageInfo::MakeN32Premul(16, 16));
|
| return gfx::ImageSkia::CreateFrom1xBitmap(bitmap);
|
| }
|
|
|
|
|