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

Unified Diff: cc/layers/layer.cc

Issue 1637083004: CC Animation: Remove meaningless method from WebLayer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « cc/layers/layer.h ('k') | third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index 2519daa55636f354fdef38a564a7d21d0b868dcf..10a75d88e50f6936ee4fb4e2e9f456496a5f3317 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -1851,13 +1851,6 @@ void Layer::RemoveAnimation(int animation_id) {
SetNeedsCommit();
}
-void Layer::RemoveAnimation(int animation_id,
- Animation::TargetProperty property) {
- DCHECK(layer_animation_controller_);
- layer_animation_controller_->RemoveAnimation(animation_id, property);
- SetNeedsCommit();
-}
-
void Layer::AbortAnimation(int animation_id) {
DCHECK(layer_animation_controller_);
layer_animation_controller_->AbortAnimation(animation_id);
« no previous file with comments | « cc/layers/layer.h ('k') | third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698