| Index: Source/core/dom/ScriptedAnimationController.h
|
| diff --git a/Source/core/dom/ScriptedAnimationController.h b/Source/core/dom/ScriptedAnimationController.h
|
| index 3908cf6f8c231ed1325ce3fd40c400ec6ffe2c43..81406ee59daee012b94da783d2ef55423e216856 100644
|
| --- a/Source/core/dom/ScriptedAnimationController.h
|
| +++ b/Source/core/dom/ScriptedAnimationController.h
|
| @@ -77,12 +77,14 @@ private:
|
| void executeCallbacks(double monotonicTimeNow);
|
| void callMediaQueryListListeners();
|
|
|
| + bool hasScheduledItems() const;
|
| +
|
| RawPtrWillBeMember<Document> m_document;
|
| FrameRequestCallbackCollection m_callbackCollection;
|
| int m_suspendCount;
|
| WillBeHeapVector<RefPtrWillBeMember<Event>> m_eventQueue;
|
| WillBeHeapListHashSet<std::pair<RawPtrWillBeMember<const EventTarget>, const StringImpl*>> m_perFrameEvents;
|
| - typedef WillBeHeapListHashSet<RefPtrWillBeMember<MediaQueryListListener>> MediaQueryListListeners;
|
| + using MediaQueryListListeners = WillBeHeapListHashSet<RefPtrWillBeMember<MediaQueryListListener>>;
|
| MediaQueryListListeners m_mediaQueryListListeners;
|
| };
|
|
|
|
|