summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-01-18 09:33:47 -0800
committerJohn Reck <jreck@google.com>2012-01-18 10:24:52 -0800
commit2cba8ed338fae4c3d5a4ed4c141ce9080ff2e089 (patch)
treea4b342b4f9b6fcd022e3584c0774b86a0e66ad78 /Source/WebCore/platform/graphics
parent8df0eba6a3a17a722e4501827666ab5d7ae00f92 (diff)
downloadexternal_webkit-2cba8ed338fae4c3d5a4ed4c141ce9080ff2e089.zip
external_webkit-2cba8ed338fae4c3d5a4ed4c141ce9080ff2e089.tar.gz
external_webkit-2cba8ed338fae4c3d5a4ed4c141ce9080ff2e089.tar.bz2
Add tapHighlightColor support
Change-Id: Ic49abd60a206e97c9a397e3f89c4acbdc3b982ff
Diffstat (limited to 'Source/WebCore/platform/graphics')
-rw-r--r--Source/WebCore/platform/graphics/Color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/Color.h b/Source/WebCore/platform/graphics/Color.h
index 02ec005..4540d89 100644
--- a/Source/WebCore/platform/graphics/Color.h
+++ b/Source/WebCore/platform/graphics/Color.h
@@ -170,7 +170,7 @@ public:
static const RGBA32 ringSelectedOuter = 0x336699FF;
#endif
#ifdef ANDROID_CSS_TAP_HIGHLIGHT_COLOR
- static const RGBA32 tap = 0x4D1A1A1A;
+ static const RGBA32 tap = 0x6633B5E5;
#endif
private: