| Index: third_party/WebKit/Source/core/html/AutoplayExperimentHelper.h
|
| diff --git a/third_party/WebKit/Source/core/html/AutoplayExperimentHelper.h b/third_party/WebKit/Source/core/html/AutoplayExperimentHelper.h
|
| index aa396235ac507f7900034911b7d8c386df84d01a..0dafab04e633bfad7463f7c0095ff68dfc5e6eb5 100644
|
| --- a/third_party/WebKit/Source/core/html/AutoplayExperimentHelper.h
|
| +++ b/third_party/WebKit/Source/core/html/AutoplayExperimentHelper.h
|
| @@ -266,7 +266,7 @@ private:
|
| void recordMetricsBeforePause();
|
|
|
| // Process a timer for checking visibility.
|
| - void viewportTimerFired(Timer<AutoplayExperimentHelper>*);
|
| + void viewportTimerFired(TimerBase*);
|
|
|
| Client& client() const { return *m_client; }
|
|
|
|
|