Index: Source/web/PopupListBox.cpp |
diff --git a/Source/web/PopupListBox.cpp b/Source/web/PopupListBox.cpp |
index 39fc2613982451d893abd774e47cbe2a85c05ea4..a9917795105c179f21a9b93d3148ec1c8326f47b 100644 |
--- a/Source/web/PopupListBox.cpp |
+++ b/Source/web/PopupListBox.cpp |
@@ -406,7 +406,7 @@ void PopupListBox::paintRow(GraphicsContext* gc, const IntRect& rect, int rowInd |
backColor = style.backgroundColor(); |
textColor = style.foregroundColor(); |
-#if OS(LINUX) |
+#if OS(LINUX) || OS(ANDROID) |
// On other platforms, the <option> background color is the same as the |
// <select> background color. On Linux, that makes the <option> |
// background color very dark, so by default, try to use a lighter |