| Index: third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.h b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| index b5c5b0513878cc8d8669bc678be83b8d6ee6d472..b2046b6cbf97cd441b9544e5aaa4bb1c7126c58c 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| @@ -205,12 +205,12 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement {
|
| Member<MediaControlsWindowEventListener> m_windowEventListener;
|
| Member<MediaControlsOrientationLockDelegate> m_orientationLockDelegate;
|
|
|
| - Timer<MediaControls> m_hideMediaControlsTimer;
|
| + TaskRunnerTimer<MediaControls> m_hideMediaControlsTimer;
|
| unsigned m_hideTimerBehaviorFlags;
|
| bool m_isMouseOverControls : 1;
|
| bool m_isPausedForScrubbing : 1;
|
|
|
| - Timer<MediaControls> m_panelWidthChangedTimer;
|
| + TaskRunnerTimer<MediaControls> m_panelWidthChangedTimer;
|
| int m_panelWidth;
|
|
|
| bool m_keepShowingUntilTimerFires : 1;
|
|
|