| Index: ash/common/system/tray/tray_constants.cc
|
| diff --git a/ash/common/system/tray/tray_constants.cc b/ash/common/system/tray/tray_constants.cc
|
| index 2638cfe55bcda3f5c1a6dbcb0604b6539de15031..ffd60587606b047ce3c1b348dc08e8d7e7da1e1c 100644
|
| --- a/ash/common/system/tray/tray_constants.cc
|
| +++ b/ash/common/system/tray/tray_constants.cc
|
| @@ -29,6 +29,9 @@ const int kTrayImageItemHorizontalPaddingBottomAlignment = 1;
|
| const int kTrayImageItemHorizontalPaddingVerticalAlignment = 1;
|
| const int kTrayImageItemVerticalPaddingVerticalAlignment = 1;
|
|
|
| +// Size of IME menu tray.
|
| +const int kTrayImeIconSize = 40;
|
| +
|
| // Size of tray items on the primary axis.
|
| const int kTrayItemSize = 32;
|
|
|
|
|