Index: ash/ash_constants.cc |
diff --git a/ash/ash_constants.cc b/ash/ash_constants.cc |
index a54daf1cc18c94fefa18cd1dc6c772970f63466b..a1404d06081d56c5519f1120ae5dfb792b4f1087 100644 |
--- a/ash/ash_constants.cc |
+++ b/ash/ash_constants.cc |
@@ -16,6 +16,8 @@ const int kResizeOutsideBoundsSize = 6; |
const int kResizeOutsideBoundsScaleForTouch = 5; |
const int kResizeInsideBoundsSize = 1; |
+const SkColor kChromeOsBootColor = SkColorSetRGB(0xfe, 0xfe, 0xfe); |
+ |
const SkColor kFocusBorderColor = SkColorSetRGB(64, 128, 250); |
} // namespace ash |