Index: third_party/WebKit/Source/core/html/shadow/MediaControlElements.h |
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h |
index db2d943fbe2c27dac520d2dd413c0c56e57453ae..c9aa995280ae8e19d2a823355e5b4e0ec8ad926f 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h |
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h |
@@ -55,7 +55,7 @@ private: |
void startTimer(); |
void stopTimer(); |
- void transitionTimerFired(Timer<MediaControlPanelElement>*); |
+ void transitionTimerFired(TimerBase*); |
void didBecomeVisible(); |
bool m_isDisplayed; |