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

Unified Diff: cc/trees/layer_tree_impl.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/trees/layer_tree_host.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 05350ce2a566970523355c5e45a6225c8ac90586..b2b3189e2ec12216e8970d47b62bbbf9673a4ee4 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -426,33 +426,6 @@ class CC_EXPORT LayerTreeImpl {
void DidUpdateScrollOffset(int layer_id, int transform_id);
void DidUpdateScrollState(int layer_id);
- bool IsAnimatingFilterProperty(const LayerImpl* layer) const;
- bool IsAnimatingOpacityProperty(const LayerImpl* layer) const;
- bool IsAnimatingTransformProperty(const LayerImpl* layer) const;
-
- bool HasPotentiallyRunningFilterAnimation(const LayerImpl* layer) const;
- bool HasPotentiallyRunningOpacityAnimation(const LayerImpl* layer) const;
- bool HasPotentiallyRunningTransformAnimation(const LayerImpl* layer) const;
-
- bool HasAnyAnimationTargetingProperty(const LayerImpl* layer,
- TargetProperty::Type property) const;
-
- bool AnimationsPreserveAxisAlignment(const LayerImpl* layer) const;
- bool HasOnlyTranslationTransforms(const LayerImpl* layer) const;
-
- bool MaximumTargetScale(const LayerImpl* layer, float* max_scale) const;
- bool AnimationStartScale(const LayerImpl* layer, float* start_scale) const;
-
- bool HasFilterAnimationThatInflatesBounds(const LayerImpl* layer) const;
- bool HasTransformAnimationThatInflatesBounds(const LayerImpl* layer) const;
- bool HasAnimationThatInflatesBounds(const LayerImpl* layer) const;
-
- bool FilterAnimationBoundsForBox(const LayerImpl* layer,
- const gfx::BoxF& box,
- gfx::BoxF* bounds) const;
- bool TransformAnimationBoundsForBox(const LayerImpl* layer,
- const gfx::BoxF& box,
- gfx::BoxF* bounds) const;
void ScrollAnimationAbort(bool needs_completion);
bool have_scroll_event_handlers() const {
« no previous file with comments | « cc/trees/layer_tree_host.cc ('k') | cc/trees/layer_tree_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698