Index: Source/platform/scroll/ScrollbarThemeAndroid.cpp |
diff --git a/Source/platform/scroll/ScrollbarThemeAndroid.cpp b/Source/platform/scroll/ScrollbarThemeAndroid.cpp |
index 0a82a8dff4f39a8ee7dea413503359b08f45f6fb..04e0e6b7ea58c87544f2bd822502629e21a4396f 100644 |
--- a/Source/platform/scroll/ScrollbarThemeAndroid.cpp |
+++ b/Source/platform/scroll/ScrollbarThemeAndroid.cpp |
@@ -32,7 +32,7 @@ namespace WebCore { |
ScrollbarTheme* ScrollbarTheme::nativeTheme() |
{ |
- DEFINE_STATIC_LOCAL(ScrollbarThemeOverlay, theme, (3, 4, ScrollbarThemeOverlay::DisallowHitTest, Color(128, 128, 128, 128))); |
+ DEFINE_STATIC_LOCAL(ScrollbarThemeOverlay, theme, (3, 3, ScrollbarThemeOverlay::DisallowHitTest, Color(128, 128, 128, 128))); |
return &theme; |
} |