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

Unified Diff: Source/platform/scroll/ScrollableArea.h

Issue 1254963011: Revert of Animations: Port ProgrammaticScrollAnimator to use compositor timelines (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@linkhigh
Patch Set: Created 5 years, 5 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
« no previous file with comments | « Source/platform/scroll/ProgrammaticScrollAnimator.cpp ('k') | Source/platform/scroll/ScrollableArea.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollableArea.h
diff --git a/Source/platform/scroll/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h
index ac78c932f1df79b37bc42a610082b691ca5706fb..0e284f179a4a2f9900992aec8148c7ffa1616361 100644
--- a/Source/platform/scroll/ScrollableArea.h
+++ b/Source/platform/scroll/ScrollableArea.h
@@ -46,7 +46,6 @@
class ProgrammaticScrollAnimator;
struct ScrollAlignment;
class ScrollAnimator;
-class WebCompositorAnimationTimeline;
enum ScrollBehavior {
ScrollBehaviorAuto,
@@ -269,7 +268,7 @@
bool hasLayerForVerticalScrollbar() const;
bool hasLayerForScrollCorner() const;
- void layerForScrollingDidChange(WebCompositorAnimationTimeline*);
+ void layerForScrollingDidChange();
void cancelScrollAnimation();
void cancelProgrammaticScrollAnimation();
« no previous file with comments | « Source/platform/scroll/ProgrammaticScrollAnimator.cpp ('k') | Source/platform/scroll/ScrollableArea.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698