diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-24 23:41:15 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-24 23:41:15 +0000 |
commit | 00adb74de17762f4eef79948cca2bf88cd73730a (patch) | |
tree | 01d5e7da2878d3991e9d3f462ff1de0bf0cdbd38 /webkit | |
parent | 66e99044617eb89b10e5a7f23fc3293b67ff9082 (diff) | |
download | chromium_src-00adb74de17762f4eef79948cca2bf88cd73730a.zip chromium_src-00adb74de17762f4eef79948cca2bf88cd73730a.tar.gz chromium_src-00adb74de17762f4eef79948cca2bf88cd73730a.tar.bz2 |
Fix at least the Linux build. Boo MSVC for not complaining about this.
TBR=brettw
Review URL: http://codereview.chromium.org/8173
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3969 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/port/platform/graphics/ColorSkia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/platform/graphics/ColorSkia.cpp b/webkit/port/platform/graphics/ColorSkia.cpp index d89fbed..383527e 100644 --- a/webkit/port/platform/graphics/ColorSkia.cpp +++ b/webkit/port/platform/graphics/ColorSkia.cpp @@ -34,7 +34,7 @@ namespace WebCore { COMPILE_ASSERT(SK_ColorBLACK == Color::black, SkColorAndColorAreLaidOutTheSame); -Color WebCore::focusRingColor() +Color focusRingColor() { static Color focusRingColor(229, 151, 0, 255); return focusRingColor; |