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

Unified Diff: Source/core/rendering/RenderBoxModelObject.cpp

Issue 14391005: Rename Animation -> PrimitiveAnimation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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/core/rendering/RenderBoxModelObject.cpp
diff --git a/Source/core/rendering/RenderBoxModelObject.cpp b/Source/core/rendering/RenderBoxModelObject.cpp
index 1beef48751a22bd34b5858b4e63dc0c5e66f2265..64c8bf588f2c1b255060705eea9f568c0465bf69 100644
--- a/Source/core/rendering/RenderBoxModelObject.cpp
+++ b/Source/core/rendering/RenderBoxModelObject.cpp
@@ -118,7 +118,7 @@ void RenderBoxModelObject::transitionFinished(CSSPropertyID propertyId)
layer()->backing()->transitionFinished(propertyId);
}
-bool RenderBoxModelObject::startAnimation(double timeOffset, const Animation* animation, const KeyframeList& keyframes)
+bool RenderBoxModelObject::startAnimation(double timeOffset, const PrimitiveAnimation* animation, const KeyframeList& keyframes)
{
ASSERT(hasLayer());
ASSERT(isComposited());

Powered by Google App Engine
This is Rietveld 408576698