OSDN Git Service

Press state colors update
authorJohn Reck <jreck@google.com>
Mon, 22 Aug 2011 21:31:24 +0000 (14:31 -0700)
committerJohn Reck <jreck@google.com>
Mon, 22 Aug 2011 21:31:24 +0000 (14:31 -0700)
 Bug: 5173644

Change-Id: Ic5a30410e7805e44880773420a3a20b587f80a28

Source/WebCore/platform/graphics/android/GLWebViewState.cpp

index e600b04..aa4fcd2 100644 (file)
@@ -253,11 +253,11 @@ void GLWebViewState::drawFocusRing(IntRect& srcRect)
     // TODO: use a 9-patch texture to draw the focus ring
     // instead of plain colors
     const float alpha = 0.3;
-    float borderAlpha = 0.40;
+    float borderAlpha = 0.4;
 
-    const int r = 104;
-    const int g = 153;
-    const int b = 255;
+    const int r = 51;
+    const int g = 181;
+    const int b = 229;
 
     int padding = 4;
     int border = 1;