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

Unified Diff: Source/core/animation/ActiveAnimations.h

Issue 642773004: Clear baseRenderStyle on detach. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/animation/ActiveAnimations.h
diff --git a/Source/core/animation/ActiveAnimations.h b/Source/core/animation/ActiveAnimations.h
index b3ffc24d7b5717922bec33e74ff114dbecae7f89..b79758aa0a6c39c8e8cb828659399ffe2d6f1b54 100644
--- a/Source/core/animation/ActiveAnimations.h
+++ b/Source/core/animation/ActiveAnimations.h
@@ -74,6 +74,7 @@ public:
const RenderStyle* baseRenderStyle() const;
void updateBaseRenderStyle(const RenderStyle*);
+ void clearBaseRenderStyle();
#if !ENABLE(OILPAN)
void addAnimation(Animation* animation) { m_animations.append(animation); }
« no previous file with comments | « LayoutTests/animations/base-render-style-crash-expected.html ('k') | Source/core/animation/ActiveAnimations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698