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

Unified Diff: cc/layers/layer_impl.cc

Issue 2881653002: Remove Layer{Impl}::TransformIsAnimating. (Closed)
Patch Set: Sync to head. Created 3 years, 7 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_impl.h ('k') | cc/trees/layer_tree_host_common_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.cc
diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
index e438943b284ca24def4730fa748403a18b7082ba..81e5069dd0b6cf02f3bd2dba28bcdb974fccef38 100644
--- a/cc/layers/layer_impl.cc
+++ b/cc/layers/layer_impl.cc
@@ -667,11 +667,6 @@ void LayerImpl::SetPosition(const gfx::PointF& position) {
position_ = position;
}
-bool LayerImpl::TransformIsAnimating() const {
- return GetMutatorHost()->IsAnimatingTransformProperty(
- element_id(), GetElementTypeForAnimation());
-}
-
bool LayerImpl::HasPotentiallyRunningTransformAnimation() const {
return GetMutatorHost()->HasPotentiallyRunningTransformAnimation(
element_id(), GetElementTypeForAnimation());
« no previous file with comments | « cc/layers/layer_impl.h ('k') | cc/trees/layer_tree_host_common_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698