| Index: ash/system/ime/tray_ime.cc
|
| diff --git a/ash/system/ime/tray_ime.cc b/ash/system/ime/tray_ime.cc
|
| index 0a87998a3a3f6b03ccb9d1374ddfda8a2d6fd458..1551a8f9268d1fd6549a7b4878efff57da4caa1a 100644
|
| --- a/ash/system/ime/tray_ime.cc
|
| +++ b/ash/system/ime/tray_ime.cc
|
| @@ -128,7 +128,7 @@ class IMEDetailedView : public TrayDetailsView,
|
| property_list[i].name,
|
| property_list[i].selected ? gfx::Font::BOLD : gfx::Font::NORMAL);
|
| if (i == 0)
|
| - container->set_border(views::Border::CreateSolidSidedBorder(1, 0, 0, 0,
|
| + container->SetBorder(views::Border::CreateSolidSidedBorder(1, 0, 0, 0,
|
| kBorderLightColor));
|
| scroll_content()->AddChildView(container);
|
| property_map_[container] = property_list[i].key;
|
|
|