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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 1981283005: cc : Delete Opacity/Transform/FilterIsAnimatingOnImplOnly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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.cc ('k') | cc/trees/layer_tree_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index bf4ccf59c2880bcc76e0b38a0dd95d3f89eda686..04822c34ecef2bc064b67568fcdf8cdc7c8bd294 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -446,10 +446,7 @@ class CC_EXPORT LayerTreeImpl {
bool HasAnyAnimationTargetingProperty(const LayerImpl* layer,
TargetProperty::Type property) const;
- bool FilterIsAnimatingOnImplOnly(const LayerImpl* layer) const;
- bool OpacityIsAnimatingOnImplOnly(const LayerImpl* layer) const;
bool ScrollOffsetIsAnimatingOnImplOnly(const LayerImpl* layer) const;
- bool TransformIsAnimatingOnImplOnly(const LayerImpl* layer) const;
bool AnimationsPreserveAxisAlignment(const LayerImpl* layer) const;
bool HasOnlyTranslationTransforms(const LayerImpl* layer) const;
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/trees/layer_tree_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698