Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.cpp |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.cpp b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.cpp |
index 6d213bed316a255435be846e8e016c116a4cfec2..185e2393bf2df48a1b075847d1b20ad370af5e80 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.cpp |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.cpp |
@@ -340,6 +340,7 @@ void ScrollbarThemeAura::paintThumb(GraphicsContext& gc, |
state = WebThemeEngine::StateHover; |
else |
state = WebThemeEngine::StateNormal; |
+ |
Platform::current()->themeEngine()->paint( |
canvas, scrollbar.orientation() == HorizontalScrollbar |
? WebThemeEngine::PartScrollbarHorizontalThumb |