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

Unified Diff: cc/layers/layer_impl.cc

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.h ('k') | cc/trees/layer_tree_impl.h » ('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 4fa4e15a25420c0ec65083fa49aa293efb65640d..040f73add67bba73e3defc7e8ac54a1426f81f57 100644
--- a/cc/layers/layer_impl.cc
+++ b/cc/layers/layer_impl.cc
@@ -969,10 +969,6 @@ bool LayerImpl::HasPotentiallyRunningFilterAnimation() const {
return layer_tree_impl_->HasPotentiallyRunningFilterAnimation(this);
}
-bool LayerImpl::FilterIsAnimatingOnImplOnly() const {
- return layer_tree_impl_->FilterIsAnimatingOnImplOnly(this);
-}
-
void LayerImpl::SetBackgroundFilters(
const FilterOperations& filters) {
if (background_filters_ == filters)
@@ -1011,10 +1007,6 @@ bool LayerImpl::HasPotentiallyRunningOpacityAnimation() const {
return layer_tree_impl_->HasPotentiallyRunningOpacityAnimation(this);
}
-bool LayerImpl::OpacityIsAnimatingOnImplOnly() const {
- return layer_tree_impl_->OpacityIsAnimatingOnImplOnly(this);
-}
-
void LayerImpl::SetElementId(uint64_t element_id) {
if (element_id == element_id_)
return;
@@ -1076,10 +1068,6 @@ bool LayerImpl::HasPotentiallyRunningTransformAnimation() const {
return layer_tree_impl_->HasPotentiallyRunningTransformAnimation(this);
}
-bool LayerImpl::TransformIsAnimatingOnImplOnly() const {
- return layer_tree_impl_->TransformIsAnimatingOnImplOnly(this);
-}
-
bool LayerImpl::HasOnlyTranslationTransforms() const {
return layer_tree_impl_->HasOnlyTranslationTransforms(this);
}
« no previous file with comments | « cc/layers/layer_impl.h ('k') | cc/trees/layer_tree_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698