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

Unified Diff: third_party/WebKit/Source/platform/animation/CompositorAnimation.cpp

Issue 1739743003: Blink Compositor Animation: Erase old animation system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude histograms.xml Created 4 years, 10 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: third_party/WebKit/Source/platform/animation/CompositorAnimation.cpp
diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimation.cpp b/third_party/WebKit/Source/platform/animation/CompositorAnimation.cpp
index 2e8c2cc01938ebdc5ada46846b36832bc5fd696d..b76d3c2d2f61f1c105d2fe6b8843444b534e104b 100644
--- a/third_party/WebKit/Source/platform/animation/CompositorAnimation.cpp
+++ b/third_party/WebKit/Source/platform/animation/CompositorAnimation.cpp
@@ -201,10 +201,4 @@ scoped_ptr<cc::Animation> CompositorAnimation::passAnimation()
return std::move(m_animation);
}
-cc::Animation* CompositorAnimation::releaseCCAnimation()
-{
- m_animation->set_needs_synchronized_start_time(true);
- return m_animation.release();
-}
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698