Index: ui/native_theme/native_theme_dark_aura.cc |
diff --git a/ui/native_theme/native_theme_dark_aura.cc b/ui/native_theme/native_theme_dark_aura.cc |
index 9dfe7c5725d5dd8995d0db816df550404c3cf0bb..5ccc2be685076fafdc1888c91d9ca534dd1a7251 100644 |
--- a/ui/native_theme/native_theme_dark_aura.cc |
+++ b/ui/native_theme/native_theme_dark_aura.cc |
@@ -144,6 +144,7 @@ SkColor NativeThemeDarkAura::GetSystemColor(ColorId color_id) const { |
case kColorId_ResultsTableNegativeText: |
case kColorId_ResultsTableNegativeHoveredText: |
case kColorId_ResultsTableNegativeSelectedText: |
+ case kColorId_SeparatorColor: |
case kColorId_ThrobberSpinningColor: |
case kColorId_ThrobberWaitingColor: |
case kColorId_ThrobberLightColor: |