Chromium Code Reviews| Index: ui/gfx/color_utils.cc |
| diff --git a/ui/gfx/color_utils.cc b/ui/gfx/color_utils.cc |
| index 6741dca68d5a98c938e70fbb11a10f6b4225e7dc..b042538c3bf2d672a08f0a4b166fcf6f4efc40d7 100644 |
| --- a/ui/gfx/color_utils.cc |
| +++ b/ui/gfx/color_utils.cc |
| @@ -319,4 +319,11 @@ SkColor GetSysSkColor(int which) { |
| #endif |
| } |
| +// OS_WIN implementation lives in sys_color_change_listener.cc |
| +#if !defined(OS_WIN) |
| +bool IsInvertedColorScheme() { |
| + return false; |
| +} |
| +#endif // !defined(OS_WIN) |
| + |
| } // namespace color_utils |