Index: third_party/WebKit/Source/platform/scroll/Scrollbar.cpp |
diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp b/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp |
index c54bccc98d498d8a73324bc088aec2405a66d309..1d587142e41ce0973e4b0c0d66dc27f0128b39d7 100644 |
--- a/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp |
+++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp |
@@ -162,7 +162,7 @@ void Scrollbar::paint(GraphicsContext& context, const CullRect& cullRect) const |
Widget::paint(context, cullRect); |
} |
-void Scrollbar::autoscrollTimerFired(Timer<Scrollbar>*) |
+void Scrollbar::autoscrollTimerFired(TimerBase*) |
{ |
autoscrollPressedPart(theme().autoscrollTimerDelay()); |
} |