summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/platform/graphics/android/android_graphics.cpp2
-rw-r--r--WebCore/platform/graphics/android/android_graphics.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/platform/graphics/android/android_graphics.cpp b/WebCore/platform/graphics/android/android_graphics.cpp
index 10dd5e7..cdd8afe 100644
--- a/WebCore/platform/graphics/android/android_graphics.cpp
+++ b/WebCore/platform/graphics/android/android_graphics.cpp
@@ -36,7 +36,6 @@
const static SkColor cursorOuterColors[] = {
SkColorSetARGB(0xff, 0xB3, 0x3F, 0x08), // normal ring select
SkColorSetARGB(0xff, 0x46, 0xb0, 0x00), // fake ring select, for phone, email, text
- SkColorSetARGB(0xff, 0xb0, 0x16, 0x00), // invalid ring color
SkColorSetARGB(0xff, 0xAD, 0x5C, 0x0A), // normal ring pressed
SkColorSetARGB(0xff, 0x36, 0xc0, 0x00) // fake ring pressed
};
@@ -44,7 +43,6 @@ const static SkColor cursorOuterColors[] = {
const static SkColor cursorInnerColors[] = {
SkColorSetARGB(0xff, 0xFE, 0x92, 0x30), // normal ring select
SkColorSetARGB(0xff, 0x8c, 0xd9, 0x00), // fake ring select, for phone, email, text
- SkColorSetARGB(0xff, 0xd9, 0x2c, 0x00), // invalid ring color
SkColorSetARGB(0xff, 0xFE, 0xBD, 0x3A), // normal ring pressed
SkColorSetARGB(0xff, 0x7c, 0xe9, 0x00) // fake ring pressed
};
diff --git a/WebCore/platform/graphics/android/android_graphics.h b/WebCore/platform/graphics/android/android_graphics.h
index d60c10b..348daf1 100644
--- a/WebCore/platform/graphics/android/android_graphics.h
+++ b/WebCore/platform/graphics/android/android_graphics.h
@@ -52,7 +52,6 @@ public:
enum Flavor {
NORMAL_FLAVOR,
FAKE_FLAVOR,
- INVALID_FLAVOR,
NORMAL_ANIMATING,
FAKE_ANIMATING,
ANIMATING_COUNT = 2