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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 1987123002: cc : Track transform animation changes on transform tree (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/trees/layer_tree_host_common_unittest.cc ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index 35e4591fe15316ce56acaf2d8a52a45ee57bd503..9323d7f943ce057714edf09dc834d9c6e867dc95 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -252,9 +252,6 @@ class CC_EXPORT LayerTreeHostImpl
void SetTreeLayerScrollOffsetMutated(int layer_id,
LayerTreeImpl* tree,
const gfx::ScrollOffset& scroll_offset);
- void TreeLayerTransformIsPotentiallyAnimatingChanged(int layer_id,
- LayerTreeImpl* tree,
- bool is_animating);
bool AnimationsPreserveAxisAlignment(const LayerImpl* layer) const;
// MutatorHostClient implementation.
@@ -275,10 +272,10 @@ class CC_EXPORT LayerTreeHostImpl
ElementId element_id,
ElementListType list_type,
const gfx::ScrollOffset& scroll_offset) override;
- void ElementTransformIsPotentiallyAnimatingChanged(
- ElementId element_id,
- ElementListType list_type,
- bool is_animating) override;
+ void ElementTransformIsAnimatingChanged(ElementId element_id,
+ ElementListType list_type,
+ AnimationChangeType change_type,
+ bool is_animating) override;
void ElementOpacityIsAnimatingChanged(ElementId element_id,
ElementListType list_type,
AnimationChangeType change_type,
« no previous file with comments | « cc/trees/layer_tree_host_common_unittest.cc ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698