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

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

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.h
diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimation.h b/third_party/WebKit/Source/platform/animation/CompositorAnimation.h
index 17d2a652eaf1f340995bf9c7d5a52d0d0ff23f72..e4f2b99b8ab2e6a892887450b4fd6e925ed9bda0 100644
--- a/third_party/WebKit/Source/platform/animation/CompositorAnimation.h
+++ b/third_party/WebKit/Source/platform/animation/CompositorAnimation.h
@@ -71,10 +71,6 @@ public:
scoped_ptr<cc::Animation> passAnimation();
- // Removes ownership over cc animation. Identical to PassAnimation.
- // TODO(loyso): Erase this method. crbug.com/575041
- cc::Animation* releaseCCAnimation();
-
protected:
CompositorAnimation();

Powered by Google App Engine
This is Rietveld 408576698