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