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

Unified Diff: cc/trees/mutator_host_client.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_impl.cc ('k') | cc/trees/property_tree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/mutator_host_client.h
diff --git a/cc/trees/mutator_host_client.h b/cc/trees/mutator_host_client.h
index b14871b2ee3a3c3dbf2297f5d84d5eba119150f2..73c3a08d404c366068a8abae4b0ac75efc806e03 100644
--- a/cc/trees/mutator_host_client.h
+++ b/cc/trees/mutator_host_client.h
@@ -42,9 +42,10 @@ class MutatorHostClient {
ElementListType list_type,
const gfx::ScrollOffset& scroll_offset) = 0;
- virtual void ElementTransformIsPotentiallyAnimatingChanged(
+ virtual void ElementTransformIsAnimatingChanged(
ElementId element_id,
ElementListType list_type,
+ AnimationChangeType change_type,
bool is_animating) = 0;
virtual void ElementOpacityIsAnimatingChanged(ElementId element_id,
« no previous file with comments | « cc/trees/layer_tree_host_impl.cc ('k') | cc/trees/property_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698