Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
index 3cfdba71395029f703830853ac0f0edd3adbb906..d80993dbb5ba39c701c609a7250fb32c5d22c085 100644 |
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
@@ -49,7 +49,7 @@ class GraphicsLayer; |
class Page; |
class Region; |
class ScrollableArea; |
-class WebCompositorAnimationTimeline; |
+class CompositorAnimationTimeline; |
class WebLayerTreeView; |
class CORE_EXPORT ScrollingCoordinator final : public NoBaseWillBeGarbageCollectedFinalized<ScrollingCoordinator> { |
@@ -153,7 +153,7 @@ private: |
bool frameViewIsDirty() const; |
- OwnPtr<WebCompositorAnimationTimeline> m_programmaticScrollAnimatorTimeline; |
+ OwnPtr<CompositorAnimationTimeline> m_programmaticScrollAnimatorTimeline; |
using ScrollbarMap = WillBeHeapHashMap<RawPtrWillBeMember<ScrollableArea>, OwnPtr<WebScrollbarLayer>>; |
ScrollbarMap m_horizontalScrollbars; |