| Index: third_party/WebKit/Source/core/frame/PlatformEventController.h
|
| diff --git a/third_party/WebKit/Source/core/frame/PlatformEventController.h b/third_party/WebKit/Source/core/frame/PlatformEventController.h
|
| index 6063e477ec388bc4b5829988a5cc9190ccef7513..80f257516603a35278233a11a436dc2beacc4099 100644
|
| --- a/third_party/WebKit/Source/core/frame/PlatformEventController.h
|
| +++ b/third_party/WebKit/Source/core/frame/PlatformEventController.h
|
| @@ -6,6 +6,7 @@
|
| #define PlatformEventController_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "core/dom/TaskRunnerHelper.h"
|
| #include "core/page/PageVisibilityObserver.h"
|
| #include "platform/Timer.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -44,7 +45,7 @@ class CORE_EXPORT PlatformEventController : public PageVisibilityObserver {
|
| void oneShotCallback(TimerBase*);
|
|
|
| bool m_isActive;
|
| - Timer<PlatformEventController> m_timer;
|
| + TaskRunnerTimer<PlatformEventController> m_timer;
|
| };
|
|
|
| } // namespace blink
|
|
|