Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: ui/gfx/sys_color_change_listener.h

Issue 11421204: Use native theme colors for textfields; etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nix cursor color; adjust textfield functions; add read-only theme colors. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 522e3771abee53c5058db0c43e499dd7fdbc84cd..2d196630b5e517ad34fbe4c157c36008d9314735 100644
--- a/ui/gfx/sys_color_change_listener.h
+++ b/ui/gfx/sys_color_change_listener.h
@@ -18,7 +18,7 @@ namespace gfx {
UI_EXPORT bool IsInvertedColorScheme();
// Interface for classes that want to listen to system color changes.
-class SysColorChangeListener {
+class UI_EXPORT SysColorChangeListener {
public:
virtual void OnSysColorChange() = 0;

Powered by Google App Engine
This is Rietveld 408576698