Index: ui/gfx/sys_color_change_listener.h |
diff --git a/ui/gfx/sys_color_change_listener.h b/ui/gfx/sys_color_change_listener.h |
index 31afd0cc49fc8417df054ecd0fd6a26c86dfa98f..7030a043f8b5af77ea297b61e0348f216ece1c4e 100644 |
--- a/ui/gfx/sys_color_change_listener.h |
+++ b/ui/gfx/sys_color_change_listener.h |
@@ -5,18 +5,11 @@ |
#ifndef UI_GFX_SYS_COLOR_CHANGE_LISTENER_H_ |
#define UI_GFX_SYS_COLOR_CHANGE_LISTENER_H_ |
-#include "base/basictypes.h" |
-#include "third_party/skia/include/core/SkColor.h" |
+#include "base/macros.h" |
#include "ui/gfx/gfx_export.h" |
namespace gfx { |
-// Returns true only if Chrome should use an inverted color scheme - which is |
-// only true if the system has high-contrast mode enabled and and is using a |
-// light-on-dark color scheme. To be notified when this status changes, use |
-// ScopedSysColorChangeListener, below. |
-GFX_EXPORT bool IsInvertedColorScheme(); |
- |
// Interface for classes that want to listen to system color changes. |
class GFX_EXPORT SysColorChangeListener { |
public: |