summaryrefslogtreecommitdiffstats
path: root/gfx/gtk_util.h
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 19:05:18 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 19:05:18 +0000
commit62414488d650879c45a0bc41a4e8c4edb03ea9e3 (patch)
treeba694396740ef598a5bbedee0c3de666c50bfc00 /gfx/gtk_util.h
parente9436162b8f0f076858263b3e2331d3d0d96150b (diff)
downloadchromium_src-62414488d650879c45a0bc41a4e8c4edb03ea9e3.zip
chromium_src-62414488d650879c45a0bc41a4e8c4edb03ea9e3.tar.gz
chromium_src-62414488d650879c45a0bc41a4e8c4edb03ea9e3.tar.bz2
GTK: Override cursor colors in chrome-theme mode.
On dark gtk themes with light text, the cursor is often white, so in chrome-theme mode we had a white cursor on white background. BUG=40094 TEST=none Review URL: http://codereview.chromium.org/1723001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45213 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/gtk_util.h')
-rw-r--r--gfx/gtk_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/gtk_util.h b/gfx/gtk_util.h
index cc1fa8a..5af37df 100644
--- a/gfx/gtk_util.h
+++ b/gfx/gtk_util.h
@@ -31,6 +31,7 @@ namespace gfx {
class Rect;
extern const GdkColor kGdkWhite;
+extern const GdkColor kGdkGray;
extern const GdkColor kGdkBlack;
extern const GdkColor kGdkGreen;