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

Unified Diff: cc/trees/layer_tree_host.h

Issue 2130053002: cc: Clean up Layer and LayerTreeHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@start_minor_layer_cleanup
Patch Set: Rebase Created 4 years, 5 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_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 26560e7facc54de59aeac0c710b117231a05baf0..cf52e9485b7854ab6c657e271c6c8f986002ca91 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -392,22 +392,6 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
gfx::ScrollOffset GetScrollOffsetForAnimation(
ElementId element_id) const override;
- bool ScrollOffsetAnimationWasInterrupted(const Layer* layer) const;
- bool IsAnimatingFilterProperty(const Layer* layer) const;
- bool IsAnimatingOpacityProperty(const Layer* layer) const;
- bool IsAnimatingTransformProperty(const Layer* layer) const;
- bool HasPotentiallyRunningFilterAnimation(const Layer* layer) const;
- bool HasPotentiallyRunningOpacityAnimation(const Layer* layer) const;
- bool HasPotentiallyRunningTransformAnimation(const Layer* layer) const;
- bool HasOnlyTranslationTransforms(const Layer* layer) const;
- bool MaximumTargetScale(const Layer* layer, float* max_scale) const;
- bool AnimationStartScale(const Layer* layer, float* start_scale) const;
- bool HasAnyAnimationTargetingProperty(const Layer* layer,
- TargetProperty::Type property) const;
- bool AnimationsPreserveAxisAlignment(const Layer* layer) const;
- bool HasAnyAnimation(const Layer* layer) const;
- bool HasActiveAnimationForTesting(const Layer* layer) const;
-
// Serializes the parts of this LayerTreeHost that is needed for a commit to a
// protobuf message. Not all members are serialized as they are not helpful
// for remote usage.
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698