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

Unified Diff: Source/core/animation/css/CSSAnimations.cpp

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | « Source/core/animation/CompositorAnimations.cpp ('k') | Source/core/clipboard/DataTransfer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/css/CSSAnimations.cpp
diff --git a/Source/core/animation/css/CSSAnimations.cpp b/Source/core/animation/css/CSSAnimations.cpp
index c3644ca2780aaecc01169572c8d5fa8a6e96c92b..37830c726d4a959ede102fb9fc9e0857cad9a133 100644
--- a/Source/core/animation/css/CSSAnimations.cpp
+++ b/Source/core/animation/css/CSSAnimations.cpp
@@ -525,7 +525,7 @@ void CSSAnimations::calculateTransitionUpdate(CSSAnimationUpdate* update, const
BitArray<numCSSProperties> listedProperties;
bool anyTransitionHadTransitionAll = false;
- const LayoutObject* renderer = animatingElement->renderer();
+ const LayoutObject* renderer = animatingElement->layoutObject();
if (!animationStyleRecalc && style.display() != NONE && renderer && renderer->style() && transitionData) {
const LayoutStyle& oldStyle = *renderer->style();
« no previous file with comments | « Source/core/animation/CompositorAnimations.cpp ('k') | Source/core/clipboard/DataTransfer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698