Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h |
diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h |
index 72ca677d880840c2123b3e7c3a06aa7e509238c3..88010b70467a81d8fa3f9e183203458120ad5e54 100644 |
--- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h |
+++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h |
@@ -9,7 +9,6 @@ |
#include "core/frame/PlatformEventController.h" |
#include "core/frame/ScreenOrientationController.h" |
#include "modules/ModulesExport.h" |
-#include "platform/Timer.h" |
#include "public/platform/modules/screen_orientation/WebLockOrientationCallback.h" |
#include "public/platform/modules/screen_orientation/WebScreenOrientationLockType.h" |
#include "public/platform/modules/screen_orientation/WebScreenOrientationType.h" |
@@ -69,7 +68,7 @@ class MODULES_EXPORT ScreenOrientationControllerImpl final |
Member<ScreenOrientation> m_orientation; |
WebScreenOrientationClient* m_client; |
- Timer<ScreenOrientationControllerImpl> m_dispatchEventTimer; |
+ TaskRunnerTimer<ScreenOrientationControllerImpl> m_dispatchEventTimer; |
bool m_activeLock = false; |
}; |