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

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: GC Created 4 years, 11 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 132cc2dad43c2eab07340825923e9e086244768d..1a05a60aac292cc79867193a2d2ba9bc9735e487 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> {
@@ -154,7 +154,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