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

Unified Diff: third_party/WebKit/Source/core/animation/CompositorAnimations.h

Issue 1973083002: Use element id's for animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: get element id's from scroll node data directly. Created 4 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: third_party/WebKit/Source/core/animation/CompositorAnimations.h
diff --git a/third_party/WebKit/Source/core/animation/CompositorAnimations.h b/third_party/WebKit/Source/core/animation/CompositorAnimations.h
index cd98a9056e8373b791934817b65803ef4a8c281a..1f35bd63d489255c72ced8e120267100fa760df0 100644
--- a/third_party/WebKit/Source/core/animation/CompositorAnimations.h
+++ b/third_party/WebKit/Source/core/animation/CompositorAnimations.h
@@ -60,8 +60,7 @@ public:
virtual void cancelAnimationOnCompositor(const Element&, const Animation&, int id);
virtual void pauseAnimationForTestingOnCompositor(const Element&, const Animation&, int id, double pauseTime);
- virtual bool canAttachCompositedLayers(const Element&, const Animation&);
- virtual void attachCompositedLayers(const Element&, const Animation&);
+ virtual void attachCompositedLayers(Element&, const Animation&);
virtual bool getAnimatedBoundingBox(FloatBox&, const EffectModel&, double minValue, double maxValue) const;

Powered by Google App Engine
This is Rietveld 408576698