| Index: ash/ash_constants.cc
|
| diff --git a/ash/ash_constants.cc b/ash/ash_constants.cc
|
| index d8551d16867c2fbbfde4283d248218b00c3f1e69..8e932a72e7bad83b4ea0b939b3da1fa8b5455b51 100644
|
| --- a/ash/ash_constants.cc
|
| +++ b/ash/ash_constants.cc
|
| @@ -14,7 +14,9 @@ const int kResizeOutsideBoundsSize = 6;
|
| const int kResizeOutsideBoundsScaleForTouch = 5;
|
| const int kResizeInsideBoundsSize = 1;
|
|
|
| +#if defined(OS_CHROMEOS)
|
| const SkColor kChromeOsBootColor = SkColorSetRGB(0xfe, 0xfe, 0xfe);
|
| +#endif
|
|
|
| const SkColor kFocusBorderColor = SkColorSetRGB(64, 128, 250);
|
|
|
|
|