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

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

Issue 1131833002: [Sketch] Animations: Torpedo the old intrusive animation system. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@scroll
Patch Set: Delete more. Created 5 years, 7 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: Source/platform/scroll/ProgrammaticScrollAnimator.h
diff --git a/Source/platform/scroll/ProgrammaticScrollAnimator.h b/Source/platform/scroll/ProgrammaticScrollAnimator.h
index c6dfb79dc3bfecdd8c5a8461c2a9bba0496e0714..d3645bd99be604fc925b209140de53e573e777ad 100644
--- a/Source/platform/scroll/ProgrammaticScrollAnimator.h
+++ b/Source/platform/scroll/ProgrammaticScrollAnimator.h
@@ -36,7 +36,6 @@ public:
bool hasAnimationThatRequiresService() const;
void updateCompositorAnimations();
void layerForCompositedScrollingDidChange(WebCompositorAnimationTimeline*);
- void notifyCompositorAnimationFinished(int groupId);
// WebCompositorAnimationDelegate implementation.
void notifyAnimationStarted(double monotonicTime, int group) override;
void notifyAnimationFinished(double monotonicTime, int group) override;
« no previous file with comments | « Source/platform/graphics/GraphicsLayerTest.cpp ('k') | Source/platform/scroll/ProgrammaticScrollAnimator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698