| Index: third_party/WebKit/Source/core/html/track/vtt/VTTRegion.h | 
| diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.h b/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.h | 
| index d87fbc9b3d34e0363b3907f2018288f9d812b576..8a1d7ee8ad2a79001a9a8b7e8ceecacaaef24521 100644 | 
| --- a/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.h | 
| +++ b/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.h | 
| @@ -103,7 +103,7 @@ private: | 
| // The timer is needed to continue processing when cue scrolling ended. | 
| void startTimer(); | 
| void stopTimer(); | 
| -    void scrollTimerFired(Timer<VTTRegion>*); | 
| +    void scrollTimerFired(TimerBase*); | 
|  | 
| enum RegionSetting { | 
| None, | 
|  |