Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Fix copyrights and years. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698