Index: ui/native_theme/native_theme_win.cc |
diff --git a/ui/native_theme/native_theme_win.cc b/ui/native_theme/native_theme_win.cc |
index 1c79304f5b49daef36a654532be0eedfd6c4baee..89f88b91429df3f0229d7b4962d00ce5d8884620 100644 |
--- a/ui/native_theme/native_theme_win.cc |
+++ b/ui/native_theme/native_theme_win.cc |
@@ -482,7 +482,7 @@ SkColor NativeThemeWin::GetSystemColor(ColorId color_id) const { |
// Dialogs |
case kColorId_DialogBackground: |
- return gfx::IsInvertedColorScheme() ? |
+ return color_utils::IsInvertedColorScheme() ? |
color_utils::InvertColor(kDialogBackgroundColor) : |
kDialogBackgroundColor; |