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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollableArea.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/platform/scroll/ScrollableArea.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
index a6904b6c42c68573bdf84d914f2ea71016a9b79b..13147f7a8dd785c40270fbd19f24cef76ac9fbf9 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
@@ -47,7 +47,7 @@ class PlatformWheelEvent;
class ProgrammaticScrollAnimator;
struct ScrollAlignment;
class ScrollAnimatorBase;
-class WebCompositorAnimationTimeline;
+class CompositorAnimationTimeline;
class Widget;
enum ScrollBehavior {
@@ -245,7 +245,7 @@ public:
bool hasLayerForVerticalScrollbar() const;
bool hasLayerForScrollCorner() const;
- void layerForScrollingDidChange(WebCompositorAnimationTimeline*);
+ void layerForScrollingDidChange(CompositorAnimationTimeline*);
void cancelScrollAnimation();
virtual void cancelProgrammaticScrollAnimation();

Powered by Google App Engine
This is Rietveld 408576698