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

Unified Diff: sky/engine/core/dom/RenderTreeBuilder.cpp

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « sky/engine/core/dom/Position.cpp ('k') | sky/engine/core/events/AnimationEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/RenderTreeBuilder.cpp
diff --git a/sky/engine/core/dom/RenderTreeBuilder.cpp b/sky/engine/core/dom/RenderTreeBuilder.cpp
index 2554d8cc12c2e781594e3745e00000bb855d903f..a6f5a0d952f5c2b51423dd991a1330e275962ffe 100644
--- a/sky/engine/core/dom/RenderTreeBuilder.cpp
+++ b/sky/engine/core/dom/RenderTreeBuilder.cpp
@@ -128,7 +128,6 @@ void RenderTreeBuilder::createRendererForTextIfNeeded()
RenderObject* nextRenderer = this->nextRenderer();
textNode->setRenderer(newRenderer);
- // Parent takes care of the animations, no need to call setAnimatableStyle.
newRenderer->setStyle(m_style.release());
parentRenderer->addChild(newRenderer, nextRenderer);
}
« no previous file with comments | « sky/engine/core/dom/Position.cpp ('k') | sky/engine/core/events/AnimationEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698