| Index: ash/shell/app_list.cc
|
| diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
|
| index 14974588cf8342d879caf72f53d1fd653d6a1654..a12affb0183bf9e954d5ae20739768a4dfbaa477 100644
|
| --- a/ash/shell/app_list.cc
|
| +++ b/ash/shell/app_list.cc
|
| @@ -206,8 +206,7 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
|
| const base::string16 icon_text = ASCIIToUTF16("ash");
|
| const gfx::Size icon_size(32, 32);
|
|
|
| - gfx::Canvas canvas(icon_size, ui::SCALE_FACTOR_100P,
|
| - false /* is_opaque */);
|
| + gfx::Canvas canvas(icon_size, 1.0f, false /* is_opaque */);
|
| canvas.DrawStringInt(icon_text,
|
| gfx::Font(),
|
| SK_ColorBLACK,
|
|
|