| 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 fab9cdd45b500eb2ed0e1c8c83347dc93b54ef45..e1d103320a0ca55ec3b7834efea75d8b54c41522 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> {
|
| @@ -151,7 +151,7 @@ private:
|
|
|
| bool frameViewIsDirty() const;
|
|
|
| - OwnPtr<WebCompositorAnimationTimeline> m_programmaticScrollAnimatorTimeline;
|
| + OwnPtr<CompositorAnimationTimeline> m_programmaticScrollAnimatorTimeline;
|
|
|
| using ScrollbarMap = WillBeHeapHashMap<RawPtrWillBeMember<ScrollableArea>, OwnPtr<WebScrollbarLayer>>;
|
| ScrollbarMap m_horizontalScrollbars;
|
|
|