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

Unified Diff: third_party/WebKit/public/platform/WebCompositorAnimationPlayer.h

Issue 1534813004: Run smooth scroll animations on the compositor when possible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 years 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/public/platform/WebCompositorAnimationPlayer.h
diff --git a/third_party/WebKit/public/platform/WebCompositorAnimationPlayer.h b/third_party/WebKit/public/platform/WebCompositorAnimationPlayer.h
index 9df4e55bc1f90a9a3143454a38509122553b44ea..92abb1ebfa4732f096abe48da4d0285d328a8a2c 100644
--- a/third_party/WebKit/public/platform/WebCompositorAnimationPlayer.h
+++ b/third_party/WebKit/public/platform/WebCompositorAnimationPlayer.h
@@ -29,6 +29,7 @@ public:
virtual void addAnimation(WebCompositorAnimation*) = 0;
virtual void removeAnimation(int animationId) = 0;
virtual void pauseAnimation(int animationId, double timeOffset) = 0;
+ virtual void abortAnimation(int animationId) = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp ('k') | third_party/WebKit/public/platform/WebLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698