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

Unified Diff: cc/layers/layer.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.h ('k') | cc/layers/layer_impl.h » ('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 a2357298fa9fa7afb9014218e5483c80c456e6f3..10bc5221ba4178374d50804f71c4d22b8475484a 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -1301,11 +1301,6 @@ void Layer::SetScrollbarsHiddenFromImplSide(bool hidden) {
inputs_.client->didChangeScrollbarsHidden(hidden);
}
-bool Layer::FilterIsAnimating() const {
- return GetMutatorHost()->IsAnimatingFilterProperty(
- element_id(), GetElementTypeForAnimation());
-}
-
bool Layer::TransformIsAnimating() const {
return GetMutatorHost()->IsAnimatingTransformProperty(
element_id(), GetElementTypeForAnimation());
« no previous file with comments | « cc/layers/layer.h ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698