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

Unified Diff: cc/layers/layer_impl.cc

Issue 2875133003: Remove Layer{Impl}::FilterIsAnimating. (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 5d2ed7e5b1df5923f6b3223c76f2e699c1f2c6f6..e438943b284ca24def4730fa748403a18b7082ba 100644
--- a/cc/layers/layer_impl.cc
+++ b/cc/layers/layer_impl.cc
@@ -611,11 +611,6 @@ SkColor LayerImpl::SafeOpaqueBackgroundColor() const {
return color;
}
-bool LayerImpl::FilterIsAnimating() const {
- return GetMutatorHost()->IsAnimatingFilterProperty(
- element_id(), GetElementTypeForAnimation());
-}
-
bool LayerImpl::HasPotentiallyRunningFilterAnimation() const {
return GetMutatorHost()->HasPotentiallyRunningFilterAnimation(
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