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

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: . Created 4 years, 6 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 4770aa2b0535edf28351c808efb93fd8771d8cc0..004539633a9895e3b531c3cbd99607ecb37c231c 100644
--- a/third_party/WebKit/Source/core/animation/CompositorAnimations.h
+++ b/third_party/WebKit/Source/core/animation/CompositorAnimations.h
@@ -60,8 +60,7 @@ public:
static void cancelAnimationOnCompositor(const Element&, const Animation&, int id);
static void pauseAnimationForTestingOnCompositor(const Element&, const Animation&, int id, double pauseTime);
- static bool canAttachCompositedLayers(const Element&, const Animation&);
- static void attachCompositedLayers(const Element&, const Animation&);
+ static void attachCompositedLayers(Element&, const Animation&);
static bool getAnimatedBoundingBox(FloatBox&, const EffectModel&, double minValue, double maxValue);

Powered by Google App Engine
This is Rietveld 408576698