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

Unified Diff: third_party/WebKit/Source/core/animation/Animation.cpp

Issue 2570463005: Retire ThreadState::registerPreFinalizer<T>() (Closed)
Patch Set: Created 4 years 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 | « no previous file | third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/Animation.cpp
diff --git a/third_party/WebKit/Source/core/animation/Animation.cpp b/third_party/WebKit/Source/core/animation/Animation.cpp
index 9b95ae878d82ea9b8151041f4098f0e22e43997b..d1c1fea24506c56ea1cb53d645d5f2e970fb3300 100644
--- a/third_party/WebKit/Source/core/animation/Animation.cpp
+++ b/third_party/WebKit/Source/core/animation/Animation.cpp
@@ -1131,7 +1131,6 @@ Animation::CompositorAnimationPlayerHolder::create(Animation* animation) {
Animation::CompositorAnimationPlayerHolder::CompositorAnimationPlayerHolder(
Animation* animation)
: m_animation(animation) {
- ThreadState::current()->registerPreFinalizer(this);
m_compositorPlayer = CompositorAnimationPlayer::create();
m_compositorPlayer->setAnimationDelegate(m_animation);
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698