| Index: Source/platform/scroll/ScrollbarThemeAndroid.cpp
|
| diff --git a/Source/platform/scroll/ScrollbarThemeAndroid.cpp b/Source/platform/scroll/ScrollbarThemeAndroid.cpp
|
| index 1b1dacdca5ae8f637343c998b1cc71d02843e47e..e2f180b36cc3fdc2e775331b16630121e6a6df53 100644
|
| --- a/Source/platform/scroll/ScrollbarThemeAndroid.cpp
|
| +++ b/Source/platform/scroll/ScrollbarThemeAndroid.cpp
|
| @@ -32,7 +32,8 @@
|
|
|
| ScrollbarTheme* ScrollbarTheme::nativeTheme()
|
| {
|
| - return ScrollbarThemeOverlay::mobileTheme();
|
| + DEFINE_STATIC_LOCAL(ScrollbarThemeOverlay, theme, (3, 3, ScrollbarThemeOverlay::DisallowHitTest, Color(128, 128, 128, 128)));
|
| + return &theme;
|
| }
|
|
|
| } // namespace blink
|
|
|