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

Unified Diff: Source/platform/graphics/GraphicsLayer.h

Issue 652593003: Web Animations: Plumb compositor group id through animation creation and start/finish notifications (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pass groupId to createAnimation. Created 6 years, 2 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/graphics/GraphicsLayer.h
diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
index 3875a32acacaf87c39d87eb46e38e827cf07192f..5df980346b5c6c02ea833fff47eb827dded3ce3f 100644
--- a/Source/platform/graphics/GraphicsLayer.h
+++ b/Source/platform/graphics/GraphicsLayer.h
@@ -236,8 +236,8 @@ public:
virtual void paint(GraphicsContext&, const IntRect& clip) override;
// WebCompositorAnimationDelegate implementation.
- virtual void notifyAnimationStarted(double monotonicTime, WebCompositorAnimation::TargetProperty) override;
- virtual void notifyAnimationFinished(double monotonicTime, WebCompositorAnimation::TargetProperty) override;
+ virtual void notifyAnimationStarted(double monotonicTime, int group) override;
+ virtual void notifyAnimationFinished(double monotonicTime, int group) override;
// WebLayerScrollClient implementation.
virtual void didScroll() override;
« no previous file with comments | « Source/core/rendering/compositing/RenderLayerCompositor.h ('k') | Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698